Skip to content

Commit

Permalink
chore(master): release 0.6.0 (#19)
Browse files Browse the repository at this point in the history
* chore(master): release 0.6.0

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
jerome-benoit and autofix-ci[bot] authored Sep 26, 2024
1 parent 3bfdb3c commit 58f5638
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.7"
".": "0.6.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/poolifier/tatami-ng/compare/0.5.7...0.6.0) (2024-09-26)


### ⚠ BREAKING CHANGES

* remove clear() from the public API

### 🐞 Bug Fixes

* ensure unknown JS runtime has proper defaults ([5705403](https://github.com/poolifier/tatami-ng/commit/5705403b8664ea7795b7809c697fb27468afc6b3))
* make standalone CLI executable generation works on Windows™ ([50b3e6e](https://github.com/poolifier/tatami-ng/commit/50b3e6e2ca7311456529504c642bbfc1f6a8fb5e))
* remove clear() from the public API ([3bfdb3c](https://github.com/poolifier/tatami-ng/commit/3bfdb3c5a5cf52d11c4bca38766c3ba6c85d2b66))


### ✨ Polish

* cleanup deps for standalone binary generation ([3f2329a](https://github.com/poolifier/tatami-ng/commit/3f2329a5f6d827ba0c22be035e0430ad1b1498c1))
* cleanup test and cli building scripts usage ([44e5b93](https://github.com/poolifier/tatami-ng/commit/44e5b93493451533434aa479f7047b48cdc6f74a))
* enable `.editorconfig` in biome formatter ([de27a2c](https://github.com/poolifier/tatami-ng/commit/de27a2c5e836de99e01d87f4e54b6bebd0de963f))
* refine package.json cli:* scripts ([20c9dfc](https://github.com/poolifier/tatami-ng/commit/20c9dfc7b36b9a2e55d507c650aa792ae7e7decf))


### 🤖 Automation

* **cli:** fix `build:cli` script recursion ([47aac22](https://github.com/poolifier/tatami-ng/commit/47aac2221aca0ad15298b45918ea36e2f66bded3))
* **cli:** run sequentially cli build scripts ([44d90e0](https://github.com/poolifier/tatami-ng/commit/44d90e0cf6fe73e1dd043f97ee438dfb3dd29287))
* sync bun packages lock file ([a064be1](https://github.com/poolifier/tatami-ng/commit/a064be1b89ecb56c3aa3000320a1a7868bbfe725))

## [0.5.7](https://github.com/poolifier/tatami-ng/compare/0.5.6...0.5.7) (2024-08-08)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Bun versions >= 1.x are supported.
<script type="module">
import {
...
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.5.7/dist/browser/index.js'
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.6.0/dist/browser/index.js'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/tatami-ng",
"version": "0.5.7",
"version": "0.6.0",
"exports": "./src/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "tatami-ng",
"type": "module",
"license": "MIT",
"version": "0.5.7",
"version": "0.6.0",
"packageManager": "[email protected]",
"bin": {
"tatami": "cli.js"
Expand Down

0 comments on commit 58f5638

Please sign in to comment.