Postrelease
This commit is contained in:
parent
db1905fdb6
commit
357b6406e2
@ -4,6 +4,7 @@
|
||||
|
||||
- Updated translations: de, nb, gl, tr
|
||||
- Still more necessary files not included in the 7.0.1 NPM package, causing `Module not found` errors.
|
||||
- #2337: Newly opened headline chat isn't hidden by default
|
||||
|
||||
## 7.0.1 (2020-11-19)
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
5. Do a quick manual test with the `dist` files (via `index.html`)
|
||||
6. `git commit -am "Release 7.0.2"`
|
||||
7. `git tag -s v7.0.2 -m "Release 7.0.2"`
|
||||
8. Run `git push && git push --tags`
|
||||
8. Run `git push && git push origin v7.0.2`
|
||||
9. Update https://conversejs.org
|
||||
* `cd /home/conversejs/converse.js`
|
||||
* `git clone --branch v7.0.2 git@github.com:conversejs/converse.js.git 7.0.2`
|
||||
|
@ -268,7 +268,7 @@ export const _converse = {
|
||||
}
|
||||
|
||||
|
||||
_converse.VERSION_NAME = "v7.0.2";
|
||||
_converse.VERSION_NAME = "v7.0.3dev";
|
||||
|
||||
Object.assign(_converse, Events);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user