Skip to content

Commit

Permalink
chore(release): 1.64.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.64.0](v1.63.0...v1.64.0) (2024-02-24)

### Bug Fixes

* add setup step for Bun in test GitHub Action ([2211017](2211017))
* update test.yml Github Action with correct commands ([b2840c8](b2840c8))

### Features

* Replace npm with bun installation in test GitHub Action ([e19b2a7](e19b2a7))
  • Loading branch information
semantic-release-bot committed Feb 24, 2024
1 parent b2840c8 commit 8d39cfb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.64.0](https://github.com/amalv/bukie/compare/v1.63.0...v1.64.0) (2024-02-24)


### Bug Fixes

* add setup step for Bun in test GitHub Action ([2211017](https://github.com/amalv/bukie/commit/2211017d20f609eb8cc119373fd522ebe75fb5c3))
* update test.yml Github Action with correct commands ([b2840c8](https://github.com/amalv/bukie/commit/b2840c82c36af9a88de499d789e748c244bee29b))


### Features

* Replace npm with bun installation in test GitHub Action ([e19b2a7](https://github.com/amalv/bukie/commit/e19b2a7ab2af3b0734bc9d0a132f21535153c53e))

# [1.63.0](https://github.com/amalv/bukie/compare/v1.62.1...v1.63.0) (2024-02-23)


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,7 +1,7 @@
{
"name": "bukie",
"private": true,
"version": "1.63.0",
"version": "1.64.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8d39cfb

Please sign in to comment.