Postrelease
This commit is contained in:
parent
6e71555ee4
commit
daeb641530
@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# 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
|
- Fix `dist` directory not included in NPM package
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { Strophe } from 'strophe.js/src/strophe';
|
import { Strophe } from 'strophe.js/src/strophe';
|
||||||
|
|
||||||
export const BOSH_WAIT = 59;
|
export const BOSH_WAIT = 59;
|
||||||
export const VERSION_NAME = "v10.1.4";
|
export const VERSION_NAME = "v10.1.5dev";
|
||||||
|
|
||||||
export const STATUS_WEIGHTS = {
|
export const STATUS_WEIGHTS = {
|
||||||
offline: 6,
|
offline: 6,
|
||||||
|
Loading…
Reference in New Issue
Block a user