From de7b060a3fed58fcf1e8a95337826c7d0f232a0a Mon Sep 17 00:00:00 2001 From: William Swanson Date: Fri, 17 Jun 2022 16:00:43 -0700 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa81e18..a31c4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # edge-notification-server +## 1.1.0 (2022-06-17) + +- added: Document the deployment process. +- added: pm2 and logrotate config files. +- added: Automatically create & replicate necessary CouchDB databases. +- added: A new `push-settings` database to hold configuration documents. +- added: A new `pushServerConfig.json` file, created & managed by cleaner-config. +- changed: Rename the repo to `edge-push-server`. +- changed: Add modern code-quality and build tooling, and fix resulting errors. +- removed: Stop reading the old `serverConfig.json`, moving its contents to `pushServerConfig.json` and the `push-settings/settings` CouchDB document. + ## 1.0.0 (2022-06-08) - added: Began keeping a changelog. diff --git a/package.json b/package.json index ff6740e..76c10bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "edge-push-server", - "version": "1.0.0", + "version": "1.1.0", "private": true, "description": "", "keywords": [],