1
0
Fork 0

chore(release): 0.2.2

This commit is contained in:
ssube 2019-11-10 18:42:56 -06:00
parent 8e301d4b27
commit 92c834a290
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 41 additions and 1 deletions

View File

@ -2,6 +2,46 @@
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.2](https://github.com/ssube/rollup-template/compare/v0.2.1...v0.2.2) (2019-11-11)
### Bug Fixes
* **build:** handle unplaced chunks ([504124e](https://github.com/ssube/rollup-template/commit/504124e))
* **build:** omit git from package, ignore pid files ([b10bca3](https://github.com/ssube/rollup-template/commit/b10bca3))
* declare json/yml data as unknown ([dd5b049](https://github.com/ssube/rollup-template/commit/dd5b049))
* gitlab-ci permissions ([26f1fb7](https://github.com/ssube/rollup-template/commit/26f1fb7))
* rename main app method to main, remove redundant wrapper ([0e8ac46](https://github.com/ssube/rollup-template/commit/0e8ac46))
* use index as entry point for run targets ([e2a40e0](https://github.com/ssube/rollup-template/commit/e2a40e0))
* **build:** move index back to its own chunk ([f3b2e9c](https://github.com/ssube/rollup-template/commit/f3b2e9c))
* **build:** use absolute path for rollup output ([9f11653](https://github.com/ssube/rollup-template/commit/9f11653))
* **build:** use absolute paths and windows-friendly chunk tests ([12d4560](https://github.com/ssube/rollup-template/commit/12d4560))
* **build:** use custom docker images with proper build tools ([5ef5735](https://github.com/ssube/rollup-template/commit/5ef5735))
* **lint:** ignore style code ([f051b02](https://github.com/ssube/rollup-template/commit/f051b02))
* declare resource modules ([6be6dcc](https://github.com/ssube/rollup-template/commit/6be6dcc))
* **build:** call project scripts using absolute paths ([38cf602](https://github.com/ssube/rollup-template/commit/38cf602))
* **build:** move docker commands to script, detect project path outside of CI ([d3ccff9](https://github.com/ssube/rollup-template/commit/d3ccff9))
* **docs:** clean up feature list ([65f9bb2](https://github.com/ssube/rollup-template/commit/65f9bb2))
* **docs:** more consistent tense ([139da51](https://github.com/ssube/rollup-template/commit/139da51))
* **docs:** note changelog in features ([329acfc](https://github.com/ssube/rollup-template/commit/329acfc))
* **docs:** note required base64 encoding for secrets ([69ec771](https://github.com/ssube/rollup-template/commit/69ec771))
* **scripts:** escape docker tags ([49ca085](https://github.com/ssube/rollup-template/commit/49ca085))
### Features
* **build:** add alpine image job from salty-dog ([67237ea](https://github.com/ssube/rollup-template/commit/67237ea))
* **build:** add global link target ([f9b1a81](https://github.com/ssube/rollup-template/commit/f9b1a81))
* **build:** add node shebang to index ([b4172bb](https://github.com/ssube/rollup-template/commit/b4172bb))
* **build:** add sonar job ([6d8f716](https://github.com/ssube/rollup-template/commit/6d8f716))
* **build:** bundle json and yaml with TS typedefs ([58d3eee](https://github.com/ssube/rollup-template/commit/58d3eee))
* **build:** externalize rollup data ([49d5c73](https://github.com/ssube/rollup-template/commit/49d5c73))
* **build:** replace tslint with eslint ([f50af4c](https://github.com/ssube/rollup-template/commit/f50af4c))
* include additional makefiles, add example ([15d5e83](https://github.com/ssube/rollup-template/commit/15d5e83))
* **github:** add issue and PR templates ([5a0a808](https://github.com/ssube/rollup-template/commit/5a0a808))
* **scripts:** add project create and sync scripts (fixes [#7](https://github.com/ssube/rollup-template/issues/7)) ([79bc499](https://github.com/ssube/rollup-template/commit/79bc499))
* **scripts:** copy some files into new projects only once ([aae0412](https://github.com/ssube/rollup-template/commit/aae0412))
### [0.2.1](https://github.com/ssube/rollup-template/compare/v0.2.0...v0.2.1) (2019-09-18) ### [0.2.1](https://github.com/ssube/rollup-template/compare/v0.2.0...v0.2.1) (2019-09-18)

View File

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