Postrelease

This commit is contained in:
JC Brand 2023-06-25 11:09:50 +02:00
parent 6e71555ee4
commit daeb641530
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## 10.1.3 (2023-06-25)
## 10.1.5 (Unreleased)
## 10.1.4 (2023-06-25)
- Fix `dist` directory not included in NPM package

View File

@ -1,7 +1,7 @@
import { Strophe } from 'strophe.js/src/strophe';
export const BOSH_WAIT = 59;
export const VERSION_NAME = "v10.1.4";
export const VERSION_NAME = "v10.1.5dev";
export const STATUS_WEIGHTS = {
offline: 6,