1
0
Fork 0

chore(release): 0.2.1

This commit is contained in:
ssube 2019-09-18 04:41:53 -05:00
parent d61ae9e0f5
commit 929b9e858c
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 10 additions and 1 deletions

View File

@ -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. 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.2.1](https://github.com/ssube/rollup-template/compare/v0.2.0...v0.2.1) (2019-09-18)
### Bug Fixes
* **build:** pick a unique package name ([309e986](https://github.com/ssube/rollup-template/commit/309e986))
* **docs:** note CC reporter ID ([d61ae9e](https://github.com/ssube/rollup-template/commit/d61ae9e))
* **docs:** note release process ([7592e50](https://github.com/ssube/rollup-template/commit/7592e50))
## 0.2.0 (2019-09-18) ## 0.2.0 (2019-09-18)

View File

@ -1,6 +1,6 @@
{ {
"name": "@apextoaster/rollup-template", "name": "@apextoaster/rollup-template",
"version": "0.2.0", "version": "0.2.1",
"description": "rollup/typescript project template repo", "description": "rollup/typescript project template repo",
"main": "out/index.js", "main": "out/index.js",
"types": "out/index.d.ts", "types": "out/index.d.ts",