Skip to content

Commit

Permalink
docs(release): update README with last CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mualig committed Jul 17, 2020
1 parent 209c8e6 commit c2d25ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{"type": "build", "hidden": true},
{"type": "ci", "hidden": true},
{"type": "chore", "section": "Other", "hidden": false},
{"type": "docs", "section": "Docs", "hidden": false},
{"type": "docs", "hidden": true},
{"type": "feat", "section": "Features", "hidden": false},
{"type": "fix", "section": "Bug Fixes", "hidden": false},
{"type": "perf", "hidden": true},
Expand Down
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
This is a simple lib to log message

## Latest release 1.0.2

### Changed
- (npm) published files are now whitelisted in package.json
- (style) used standard linter
- (npm) changed package name to @s3pweb/s3pweb-logger
### Removed
- (dependencies) removed unused console-hook
### Security
- (dependencies) updated config to 3.2.4
## Latest release

### [1.0.3](https://github.com/s3pweb/s3pweb-logger/compare/v1.0.2...v1.0.3) (2020-07-17)
### Other
* **dependencies:** re-generated package-lock.json to resolve vulnerabilities ([6fd2c41](https://github.com/s3pweb/s3pweb-logger/commit/6fd2c41aea4f0974b5a884ed86b93a5dca002ab0))
* **dependencies:** updated ava to 3.6.0 ([4f95545](https://github.com/s3pweb/s3pweb-logger/commit/4f95545746344e4ac45083342c581e573d4fb872))
* **dependencies:** updated config to 3.3.1 ([aa57392](https://github.com/s3pweb/s3pweb-logger/commit/aa57392302e967a63956088b0b5222db4463f2b0))
* **dependencies:** updated eslint-config-prettier to 6.10.1 ([36c2f16](https://github.com/s3pweb/s3pweb-logger/commit/36c2f1682bc4a9ed53cd384796a5b9929233d694))
* **dependencies:** updated mkdirp to 1.0.4 ([b4d3219](https://github.com/s3pweb/s3pweb-logger/commit/b4d3219583ef6fdbbb4c5ba45a2fffbd5bef8351))
* **dependencies:** updated nyc to 15.0.1 ([bd927fc](https://github.com/s3pweb/s3pweb-logger/commit/bd927fc78d52dcca951276c6887e6bfe48e34788))
* **dependencies:** updated standard to 14.3.3 ([8843c96](https://github.com/s3pweb/s3pweb-logger/commit/8843c962087db16c0c443d931692191a18f8e08d))
* **deps:** update bunyan to 1.8.14 ([ee5ae1f](https://github.com/s3pweb/s3pweb-logger/commit/ee5ae1f61fefa394ef368bdfcea95efbd4f5d9dd))
* **deps:** update CBuffer to 2.1.0 ([3341d51](https://github.com/s3pweb/s3pweb-logger/commit/3341d51de3e8b387e31d0cc14497b8956fe12c25))
* **deps-dev:** update ava to 3.10.1 ([48796b4](https://github.com/s3pweb/s3pweb-logger/commit/48796b4ac28abdfedf4bdc956239b7ebb6c43c9c))
* **deps-dev:** update eslint-config-prettier to 6.11.0 ([ce10664](https://github.com/s3pweb/s3pweb-logger/commit/ce106646186b3e2e169f9c5c3617935f645c93c6))
* **deps-dev:** update nyc to 15.1.0 ([35528d8](https://github.com/s3pweb/s3pweb-logger/commit/35528d89cb00e571aad04e176de0c22ceda0e4be))
* **deps-dev:** update standard to 14.3.4 ([591908c](https://github.com/s3pweb/s3pweb-logger/commit/591908c81dd5acab38e62a2677b3e2b74f8c0155))

# Installation

Expand Down

0 comments on commit c2d25ea

Please sign in to comment.