Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dashersw committed Dec 29, 2019
1 parent 8b8941f commit c08171c
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
@@ -1,15 +1,16 @@
# Changelog

## [Unreleased](https://github.com/dashersw/cote/tree/HEAD)
## [v1.0.0](https://github.com/dashersw/cote/tree/v1.0.0) (2019-12-29)

[Full Changelog](https://github.com/dashersw/cote/compare/v0.21.1...HEAD)
[Full Changelog](https://github.com/dashersw/cote/compare/v0.21.1...v1.0.0)

**Breaking changes:**

- Require minimum Node.js version of 10 and remove babel transpiling [\#207](https://github.com/dashersw/cote/pull/207) ([dashersw](https://github.com/dashersw))

**Implemented enhancements:**

- Add changelog [\#208](https://github.com/dashersw/cote/pull/208) ([dashersw](https://github.com/dashersw))
- Added NodeJS 12 support [\#194](https://github.com/dashersw/cote/pull/194) ([gnought](https://github.com/gnought))
- Fixed prepublish that deprecated in npm@5 [\#192](https://github.com/dashersw/cote/pull/192) ([gnought](https://github.com/gnought))
- Fixed missing err argument in client.js example [\#191](https://github.com/dashersw/cote/pull/191) ([gnought](https://github.com/gnought))
Expand Down
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": "cote",
"version": "0.21.1",
"version": "1.0.0",
"keywords": [
"microservices",
"zero-configuration",
Expand Down

0 comments on commit c08171c

Please sign in to comment.