From 2708eef2fa793a34fe942667057cc26b2ec93de9 Mon Sep 17 00:00:00 2001 From: Nuno Sousa Date: Wed, 28 Aug 2019 00:54:57 +0100 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7472b2b..340549c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v1.0.3](https://github.com/nunofgs/mask-json/releases/tag/v1.0.3) (2019-08-27) +- Update to modern standards [\#10](https://github.com/nunofgs/mask-json/pull/10) ([nunofgs](https://github.com/nunofgs)) + ## [1.0.2](https://github.com/nunofgs/mask-json/releases/tag/v1.0.2) (2017-07-18) - Update ownership [\#9](https://github.com/nunofgs/mask-json/pull/9) ([nunofgs](https://github.com/nunofgs)) diff --git a/package-lock.json b/package-lock.json index ba0b2f7..d79db9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mask-json", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afcc342..622a69a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mask-json", - "version": "1.0.2", + "version": "1.0.3", "repository": { "type": "git", "url": "https://github.com/nunofgs/mask-json.git"