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

Daniel Roe (Aug 6, 2021, 11:43 AM +0100) 6f7aade2 b8c962a4

+17 -1
+16
CHANGELOG.md
··· 1 + ## [0.15.0](https://github.com/unjs/siroc/compare/v0.14.0...v0.15.0) (2021-08-06) 2 + 3 + 4 + ### ⚠ BREAKING CHANGES 5 + 6 + * major version changes in `@rollup/plugin-commonjs` and `@rollup/plugin-replace` 7 + 8 + ### Bug Fixes 9 + 10 + * **core:** generate .d.ts files for .mjs exports ([#218](https://github.com/unjs/siroc/issues/218)) ([7a14d21](https://github.com/unjs/siroc/commit/7a14d21db3c1280036fc857f86aee1ac2a371a2c)) 11 + 12 + 13 + ### Miscellaneous Chores 14 + 15 + * upgrade dependencies ([b8c962a](https://github.com/unjs/siroc/commit/b8c962a42633d32ca0862ca5dd0e19a1184a443d)) 16 + 1 17 ## [0.14.0](https://github.com/unjs/siroc/compare/v0.13.0...v0.14.0) (2021-07-17) 2 18 3 19
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.14.0", 3 + "version": "0.15.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",