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",