From 51b46d4dec3388db26c4ba0e0e13c895063feef0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Jul 2021 01:17:43 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/armand1m/papercut/compare/v1.0.2...v1.0.3) (2021-07-06) ### Bug Fixes * github actions build pipeline ([f74a860](https://github.com/armand1m/papercut/commit/f74a86093d34d6837e0450752e39a6e47902eb48)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9f87f..987e971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/armand1m/papercut/compare/v1.0.2...v1.0.3) (2021-07-06) + + +### Bug Fixes + +* github actions build pipeline ([f74a860](https://github.com/armand1m/papercut/commit/f74a86093d34d6837e0450752e39a6e47902eb48)) + ## [1.0.2](https://github.com/armand1m/papercut/compare/v1.0.1...v1.0.2) (2021-07-06) diff --git a/package.json b/package.json index c21bb7e..c6c138e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",