Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaracha committed Apr 18, 2020
1 parent 1b845ea commit 8194120
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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.4.0] - 2020-04-18
### Added
- wrapper module for ESM exports

Expand All @@ -22,5 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Convert unit tests to ava
- Use [Javascript Standard Style](https://github.com/standard/standard) for code linting and formatting.

[Unreleased]: https://github.com/tamaracha/node-fah-pyon/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/tamaracha/node-fah-pyon/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/tamaracha/node-fah-pyon/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/tamaracha/node-fah-pyon/compare/v1.2.0...v1.3.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": "fah-pyon",
"version": "1.3.0",
"version": "1.4.0",
"description": "Parse data in the PyON serialization format",
"main": "./lib/load.js",
"type": "commonjs",
Expand Down

0 comments on commit 8194120

Please sign in to comment.