diff --git a/CHANGELOG.md b/CHANGELOG.md index cde757f..84a07fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3](https://github.com/boycgit/ette-router/compare/v0.1.2...v0.1.3) (2018-11-13) + + +### Features + +* **功能完善:** 更新 rollup 打包方式;新增 subscribe.test.ts 单元测试; ([d38400d](https://github.com/boycgit/ette-router/commit/d38400d)) + + + ## [0.1.2](https://github.com/boycgit/ette-router/compare/v0.1.1...v0.1.2) (2018-10-18) diff --git a/package.json b/package.json index 1e82fdc..9577796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ette-router", - "version": "0.1.2", + "version": "0.1.3", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "jsnext:main": "dist/index.esm.js",