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

Daniel Roe (Apr 6, 2021, 11:47 AM +0100) f71b5e06 9c6322de

+19 -1
+18
CHANGELOG.md
··· 1 + ## [0.9.0](https://github.com/nuxt-contrib/siroc/compare/v0.8.0...v0.9.0) (2021-04-06) 2 + 3 + 4 + ### ⚠ BREAKING CHANGES 5 + 6 + * esbuild 0.11.0: https://github.com/evanw/esbuild/blob/master/CHANGELOG.md#0110 and https://github.com/evanw/esbuild/blob/master/CHANGELOG.md#0100 7 + * see particularly https://github.com/evanw/esbuild/blob/master/CHANGELOG.md#090 8 + 9 + ### Bug Fixes 10 + 11 + * generate .dts correctly ([e7d90d5](https://github.com/nuxt-contrib/siroc/commit/e7d90d5a503a060ddb03873c7691132ebef72260)) 12 + 13 + 14 + ### Miscellaneous Chores 15 + 16 + * upgrade `esbuild` deps ([db6102b](https://github.com/nuxt-contrib/siroc/commit/db6102bf5c7d152e9e1904a9a3a0a4ba2d462e55)) 17 + * upgrade deps ([c755cdc](https://github.com/nuxt-contrib/siroc/commit/c755cdc23afca9d0b9988408e1c20c5a7c6787c4)) 18 + 1 19 ## [0.8.0](https://github.com/nuxt-contrib/siroc/compare/v0.7.0...v0.8.0) (2021-03-08) 2 20 3 21
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.8.0", 3 + "version": "0.9.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",