Skip to content

Commit

Permalink
Bump project version
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Schizas <[email protected]>
  • Loading branch information
sschizas committed Dec 14, 2020
1 parent 3ae967b commit 825fe79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [1.0.4] - 2020-12-14
### Changed
- Bump assert from 1.5.0 to 2.0.0.
- Bump actions/setup-node from v1 to v2.1.3.
Expand All @@ -21,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First public release.

[Unreleased]: https://github.com/sschizas/msgpack-response/compare/1.0.3...HEAD
[Unreleased]: https://github.com/sschizas/msgpack-response/compare/1.0.4...HEAD
[1.0.4]: https://github.com/sschizas/msgpack-response/compare/v1.0.3...1.0.4
[1.0.3]: https://github.com/sschizas/msgpack-response/compare/v1.0.2...1.0.3
[1.0.2]: https://github.com/sschizas/msgpack-response/compare/vv1.0.0...v1.0.2
[1.0.0]: https://github.com/sschizas/msgpack-response/releases/tag/vv1.0.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msgpack-response",
"version": "1.0.3",
"version": "1.0.4",
"description": "ExpressJS msgpack response middleware",
"scripts": {
"test": "mocha --reporter spec --check-leaks --bail test/",
Expand Down

0 comments on commit 825fe79

Please sign in to comment.