1
0
Fork 0

chore(release): 0.2.3

This commit is contained in:
ssube 2019-11-10 18:48:01 -06:00
parent 3ff8f30ed4
commit 3de36bff16
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
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.3](https://github.com/ssube/rollup-template/compare/v0.2.2...v0.2.3) (2019-11-11)
### Bug Fixes
* **docs:** note switch to eslint ([a185b6c](https://github.com/ssube/rollup-template/commit/a185b6c))
* **docs:** use correct npm package for badges ([3ff8f30](https://github.com/ssube/rollup-template/commit/3ff8f30))
### [0.2.2](https://github.com/ssube/rollup-template/compare/v0.2.1...v0.2.2) (2019-11-11) ### [0.2.2](https://github.com/ssube/rollup-template/compare/v0.2.1...v0.2.2) (2019-11-11)

View File

@ -1,6 +1,6 @@
{ {
"name": "@apextoaster/rollup-template", "name": "@apextoaster/rollup-template",
"version": "0.2.2", "version": "0.2.3",
"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",