chore(release): 0.2.3
This commit is contained in:
parent
3ff8f30ed4
commit
3de36bff16
|
@ -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.
|
||||
|
||||
### [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)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@apextoaster/rollup-template",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "rollup/typescript project template repo",
|
||||
"main": "out/index.js",
|
||||
"types": "out/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue