diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fc8d7e8..1539745d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,34 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.1] - 2019-03-21 + ### Added -* `User.status.role` #230 -* Invitation related notices #234 + +- `User.status.role` #230 +- Invitation related notices #234 + +### Changed + +- Make state of newly registered user as onboarding #229 #237 +- Fix email reseting content has no user data #232 +- Fix duplication issue in tags, authors and hottest articles #233 +- Fix bug with word count #233 +- Prioritize viewer language setting over header #233 +- Optimize summary generation #233 +- Strip html tag and redundant spaces in content #235 +- Check permission if viewer request to edit comment #238 + +# [1.0.2] - 2019-03-25 ### Changed -* Make state of newly registered user as onboarding #229 #237 -* Fix email reseting content has no user data #232 -* Fix duplication issue in tags, authors and hottest articles #233 -* Fix bug with word count #233 -* Prioritize viewer language setting over header #233 -* Optimize summary generation #233 -* Strip html tag and redundant spaces in content #235 -* Check permission if viewer request to edit comment #238 + +- Skip ES recommendation engine until it recovers #244 +- Use recent readAt for read history #244 +- Replace line break with space in summary #244 +- Add iframe into xss white list #242 +- Fix subscription `nodeEdited` diff --git a/package.json b/package.json index afd552ee8..2470e7a23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matters-server", - "version": "1.0.1", + "version": "1.0.2", "description": "Matters Server", "main": "build/index.js", "engines": {