[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.5.0

Daniel Roe (Nov 29, 2020, 4:18 PM UTC) 32fc1157 ee95d8d2

+17 -1
+16
CHANGELOG.md
··· 1 + ## [0.5.0](https://github.com/nuxt-contrib/siroc/compare/v0.4.3...v0.5.0) (2020-11-29) 2 + 3 + 4 + ### ⚠ BREAKING CHANGES 5 + 6 + * upgrade deps to typescript 4.1 7 + 8 + ### Features 9 + 10 + * add optional logging of entry -> output ([ee95d8d](https://github.com/nuxt-contrib/siroc/commit/ee95d8d229fafb9c1aa79c9e980ddfdee726a35d)), closes [#192](https://github.com/nuxt-contrib/siroc/issues/192) 11 + 12 + 13 + ### Miscellaneous Chores 14 + 15 + * upgrade deps to typescript 4.1 ([be6f6c9](https://github.com/nuxt-contrib/siroc/commit/be6f6c99c572fd71a49efc174e844e7abef14787)) 16 + 1 17 ### [0.4.3](https://github.com/nuxt-contrib/siroc/compare/v0.4.2...v0.4.3) (2020-11-24) 2 18 3 19
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.4.3", 3 + "version": "0.5.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",