chore(release): 0.0.2

This commit is contained in:
crusader 2018-09-05 20:05:09 +09:00
parent 2e19e4f5f7
commit 0402e448b2
2 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,6 @@
# Change Log
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.
<a name="0.0.2"></a>
## 0.0.2 (2018-09-05)

View File

@ -1,6 +1,6 @@
{ {
"name": "@overflow/core-js", "name": "@overflow/core-js",
"version": "0.0.1", "version": "0.0.2",
"description": "TypeScript library setup for multiple compilation targets using tsc and webpack", "description": "TypeScript library setup for multiple compilation targets using tsc and webpack",
"main": "./bundles/index.umd.js", "main": "./bundles/index.umd.js",
"module": "./esm5/index.js", "module": "./esm5/index.js",
@ -97,4 +97,4 @@
"validate-commit-msg": "^2.14.0", "validate-commit-msg": "^2.14.0",
"webpack-config-utils": "^2.3.0" "webpack-config-utils": "^2.3.0"
} }
} }