Commit 357b6406 authored by JC Brand's avatar JC Brand

Postrelease

parent db1905fd
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment