Skip to content

Commit b3bebcf

Browse files
Merge branch 'release/0.6.0'
2 parents 990368b + ad750a2 commit b3bebcf

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
## 0.6.0
3+
4+
### New Features ✨
5+
6+
- Enable V8 code cache for host-platform binaries by @BYK in [#8](https://github.com/BYK/fossilize/pull/8)
7+
- Implemenent --asset flag handling by @BYK in [#3](https://github.com/BYK/fossilize/pull/3)
8+
9+
### Bug Fixes 🐛
10+
11+
- Correct workflow name in .craft.yml artifact provider by @BYK in [#13](https://github.com/BYK/fossilize/pull/13)
12+
13+
### Internal Changes 🔧
14+
15+
- Add Craft-based release pipeline by @BYK in [#10](https://github.com/BYK/fossilize/pull/10)
16+
17+
### Other
18+
19+
- 0.6.0 by @BYK in [#9](https://github.com/BYK/fossilize/pull/9)
20+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "github:BYK/fossilize",
77
"license": "MIT",
88
"type": "module",
9-
"version": "0.5.0",
9+
"version": "0.6.0",
1010
"keywords": [
1111
"node",
1212
"sea",

0 commit comments

Comments
 (0)