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

Daniel Roe (May 12, 2021, 11:11 AM +0100) 0571a421 0bf915c4

+13 -1
+12
CHANGELOG.md
··· 1 + ## [0.10.0](https://github.com/nuxt-contrib/siroc/compare/v0.9.3...v0.10.0) (2021-05-12) 2 + 3 + 4 + ### ⚠ BREAKING CHANGES 5 + 6 + * Requires Node 12+ 7 + * produces .mjs in subpath exports 8 + 9 + ### Miscellaneous Chores 10 + 11 + * upgrade dependencies ([#210](https://github.com/nuxt-contrib/siroc/issues/210)) ([0bf915c](https://github.com/nuxt-contrib/siroc/commit/0bf915c4eb4e5a36dee9a75c8321d51076eae534)), closes [/github.com/unjs/mkdist/blob/main/CHANGELOG.md#020-2021-04-21](https://github.com/nuxt-contrib//github.com/unjs/mkdist/blob/main/CHANGELOG.md/issues/020-2021-04-21) 12 + 1 13 ### [0.9.3](https://github.com/nuxt-contrib/siroc/compare/v0.9.2...v0.9.3) (2021-05-12) 2 14 3 15 ### [0.9.2](https://github.com/nuxt-contrib/siroc/compare/v0.9.1...v0.9.2) (2021-04-07)
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.9.3", 3 + "version": "0.10.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",