diff --git a/CHANGELOG.md b/CHANGELOG.md index 8543139e..273f1b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v0.0.2 - 2018-08-19 + - Reduce bundle size by stopping to resolve dependencies ([#15](https://github.com/marp-team/marp-core/pull/15)) - Upgrade dependencies to latest ([#16](https://github.com/marp-team/marp-core/pull/16)) - Support fitting header ([#17](https://github.com/marp-team/marp-core/pull/17)) diff --git a/package.json b/package.json index f32f55ad..a927d24a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-core", - "version": "0.0.1", + "version": "0.0.2", "description": "The core of Marp tools", "license": "MIT", "author": {