[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: release v0.6.0

Daniel Roe (Dec 6, 2020, 11:58 PM UTC) 22f2272f 95f5f2e2

+14 -1
+13
CHANGELOG.md
··· 1 + ## [0.6.0](https://github.com/nuxt-contrib/siroc/compare/v0.5.0...v0.6.0) (2020-12-06) 2 + 3 + 4 + ### Features 5 + 6 + * add ability to build custom entrypoint ([17714c7](https://github.com/nuxt-contrib/siroc/commit/17714c7b8a1015d5119c0e421a191f7ef6d262e2)), closes [#84](https://github.com/nuxt-contrib/siroc/issues/84) 7 + 8 + 9 + ### Bug Fixes 10 + 11 + * exit code 1 with bulid errors ([95f5f2e](https://github.com/nuxt-contrib/siroc/commit/95f5f2e2c05d712d41c25e76cd80902d596b581f)), closes [#196](https://github.com/nuxt-contrib/siroc/issues/196) 12 + * use module format with `mjs` extension ([0159b26](https://github.com/nuxt-contrib/siroc/commit/0159b264027ab21be9d136ebc6ca19fa7379f55e)), closes [#201](https://github.com/nuxt-contrib/siroc/issues/201) 13 + 1 14 ## [0.5.0](https://github.com/nuxt-contrib/siroc/compare/v0.4.3...v0.5.0) (2020-11-29) 2 15 3 16
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.5.0", 3 + "version": "0.6.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",