diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4851fc..6d32d4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,19 @@ All sections are explained on the link above, they are all optional, and each of ``` --> +## v2.4.0-rc.1 - 2017-07-27 [Pre-release] + +[See the full changelog](https://github.com/thelounge/lounge/compare/v2.3.2...v2.4.0-rc.1) + +This is a release candidate for v2.4.0 to ensure maximum stability for public release. +Please refer to the commit list given above for a complete list of changes, or wait for the stable release to get a thoroughly prepared change log entry. + +As with all pre-releases, this version requires explicit use of the `next` tag to be installed: + +```sh +npm install -g thelounge@next +``` + ## v2.3.2 - 2017-06-25 For more details, [see the full changelog](https://github.com/thelounge/lounge/compare/v2.3.1...v2.3.2) and [milestone](https://github.com/thelounge/lounge/milestone/24?closed=1). diff --git a/package.json b/package.json index ee21f777..1381eb59 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "description": "The self-hosted Web IRC client", "version": "2.3.2", "preferGlobal": true, + "publishConfig": { + "tag": "next" + }, "bin": { "lounge": "index.js" },