Skip to content

Commit

Permalink
Update CHANGELOG for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Mar 25, 2019
1 parent 7fdd68e commit 2bd1e8a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matters-server",
"version": "1.0.1",
"version": "1.0.2",
"description": "Matters Server",
"main": "build/index.js",
"engines": {
Expand Down

0 comments on commit 2bd1e8a

Please sign in to comment.