Skip to content

Commit

Permalink
chore(release): 0.9.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 9, 2024
1 parent e02a1da commit a2a1a65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.9.1](https://github.com/webpod/zurk/compare/v0.9.0...v0.9.1) (2024-12-09)

### Fixes & improvements
* fix: relax `isTemplateLiteral` check for tslib compat ([898f0d0](https://github.com/webpod/zurk/commit/898f0d03f92b8c60ed6858277f02cf3c8d340f58))

## [0.9.0](https://github.com/webpod/zurk/compare/v0.8.0...v0.9.0) (2024-12-08)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zurk",
"version": "0.9.0",
"version": "0.9.1",
"description": "A generic process spawner",
"type": "module",
"main": "target/cjs/index.cjs",
Expand Down

0 comments on commit a2a1a65

Please sign in to comment.