From 819412038b5b2af99e56c5299419e8d297b631e8 Mon Sep 17 00:00:00 2001 From: Tamara Cook <10754072+tamaracha@users.noreply.github.com> Date: Sat, 18 Apr 2020 17:55:26 +0200 Subject: [PATCH] 1.4.0 --- CHANGELOG.md | 4 +++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7c852..413c328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index ab16568..5c12d2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fah-pyon", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d4bc8db..1309218 100644 --- a/package.json +++ b/package.json @@ -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",