diff --git a/CHANGELOG.md b/CHANGELOG.md index fcabcbc..6125e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,5 +2,10 @@ 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.0.4](https://git.loafle.net/overflow/core-js/compare/v0.0.2...v0.0.4) (2018-09-05) + + + ## 0.0.2 (2018-09-05) diff --git a/package.json b/package.json index 3389901..74592fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@overflow/core-js", - "version": "0.0.2", + "version": "0.0.4", "description": "TypeScript library setup for multiple compilation targets using tsc and webpack", "main": "./bundles/index.umd.js", "module": "./esm5/index.js",