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

Daniel Roe (Jul 27, 2020, 1:32 PM +0100) 6b087c3f 0bcbbe98

+16 -1
+15
CHANGELOG.md
··· 1 + ## [0.3.0](https://github.com/nuxt-contrib/siroc/compare/v0.2.0...v0.3.0) (2020-07-27) 2 + 3 + 4 + ### ⚠ BREAKING CHANGES 5 + 6 + * `changelog` is no longer a valid command and `@siroc/jest-preset` and `@siroc/eslint-config` must be installed separately 7 + 8 + * `@siroc/core` and `@siroc/cli` are no longer separate packages but must be accessed through `siroc` 9 + 10 + ### Code Refactoring 11 + 12 + * merge `siroc`, `@siroc/core` and `@siroc/cli` into single package ([0bcbbe9](https://github.com/nuxt-contrib/siroc/commit/0bcbbe9861199358981585ab7fc5ce71c079e13e)) 13 + 14 + * remove `changelog` command and rethink presets ([9fd5e8a](https://github.com/nuxt-contrib/siroc/commit/9fd5e8a05a29ff2f4111b4db3c3b5e0c18b32031)) 15 + 1 16 ## [0.2.0](https://github.com/nuxt-contrib/siroc/compare/v0.1.2...v0.2.0) (2020-07-26) 2 17 3 18
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.2.0", 3 + "version": "0.3.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",