Skip to content

Commit 4141e02

Browse files
committed
Release 1.6.0
1 parent 965b20c commit 4141e02

6 files changed

Lines changed: 12 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strophe.js Change Log
22

3-
## Version 1.6.0 - (Unreleased)
3+
## Version 1.6.0 - (2022-10-29)
44

55
* #314 Support for SCRAM-SHA-256 and SCRAM-SHA-512 authentication
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ covers Strophe in detail in the context of web applications.
1717
## Quick Links
1818

1919
* [Homepage](https://strophe.im/strophejs/)
20-
* [Documentation](https://strophe.im/strophejs/doc/1.4.2/files/strophe-umd-js.html)
20+
* [Documentation](https://strophe.im/strophejs/doc/1.6.0/files/strophe-umd-js.html)
2121
* [Mailing list](https://groups.google.com/g/strophe)
2222
* [Community Plugins](https://github.com/strophe/strophejs-plugins)
2323

RELEASE_CHECKLIST.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
1. Make sure all tests pass (run 'make check')
66
2. Update CHANGELOG.md
7-
3. Run `make release VERSION=1.4.4` (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
7+
3. Run `make release VERSION=1.6.1` (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
88
4. Run `make doc`
9-
5. Run `cp -r doc ../strophe.im/strophejs/doc/1.4.4`
9+
5. Run `cp -r doc ../strophe.im/strophejs/doc/1.6.1`
1010
5. Update links in `../strophe.im/strophejs/index.markdown` in Strophe.im
11-
6. `git commit -am "Docs for Strophe.js 1.4.4" && git push`
11+
6. `git commit -am "Docs for Strophe.js 1.6.1" && git push`
1212
7. Update link to documentation in README (of strophe.js)
13-
8. `cd ../strophe.js && git commit -am "Release 1.4.4"`
14-
9. `git tag -s v1.4.4 -m "Release 1.4.4"`
15-
10. Run `git push && git push origin v1.4.4`
13+
8. `cd ../strophe.js && git commit -am "Release 1.6.1"`
14+
9. `git tag -s v1.6.1 -m "Release 1.6.1"`
15+
10. Run `git push && git push origin v1.6.1`
1616
11. Publish on NPM: `npm publish`
1717
12. Update the release notes on https://github.com/strophe/strophejs/releases
1818
13. Run `npm pack` and upload the tgz file to the releases page.

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strophe.js",
33
"description": "Strophe.js is an XMPP library for JavaScript",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"homepage": "http://strophe.im/strophejs",
66
"repository": {
77
"type": "git",

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function $pres(attrs) {
8383
*/
8484
export const Strophe = {
8585
/** Constant: VERSION */
86-
VERSION: "1.5.0",
86+
VERSION: "1.6.0",
8787

8888
/** Constants: XMPP Namespace Constants
8989
* Common namespace constants from the XMPP RFCs and XEPs.

0 commit comments

Comments
 (0)