Skip to content

Commit a2a1a65

Browse files
committed
chore(release): 0.9.1 [skip ci]
1 parent e02a1da commit a2a1a65

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.9.1](https://github.com/webpod/zurk/compare/v0.9.0...v0.9.1) (2024-12-09)
2+
3+
### Fixes & improvements
4+
* fix: relax `isTemplateLiteral` check for tslib compat ([898f0d0](https://github.com/webpod/zurk/commit/898f0d03f92b8c60ed6858277f02cf3c8d340f58))
5+
16
## [0.9.0](https://github.com/webpod/zurk/compare/v0.8.0...v0.9.0) (2024-12-08)
27

38
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zurk",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A generic process spawner",
55
"type": "module",
66
"main": "target/cjs/index.cjs",

0 commit comments

Comments
 (0)