diff --git a/CHANGELOG.md b/CHANGELOG.md index 46abf2a..0e24569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.5](https://github.com/boringcodes/utils/compare/v0.1.4...v0.1.5) (2020-03-21) + + +### Bug Fixes + +* **close #5:** missing dist files in npm package ([#9](https://github.com/boringcodes/utils/issues/9)) ([6eac7cc](https://github.com/boringcodes/utils/commit/6eac7cc)), closes [#5](https://github.com/boringcodes/utils/issues/5) + + + ### [0.1.4](https://github.com/boringcodes/utils/compare/v0.1.3...v0.1.4) (2020-03-21) diff --git a/package.json b/package.json index b25d773..d8d2c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boringcodes/utils", - "version": "0.1.4", + "version": "0.1.5", "description": "Boring Utilities", "homepage": "https://github.com/boringcodes/utils", "bugs": "https://github.com/boringcodes/utils/issues",