From 8d39cfb32a2c8679687b94a9ff0da322dc74a792 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Feb 2024 10:12:52 +0000 Subject: [PATCH] chore(release): 1.64.0 [skip ci] # [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)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a84979..71c896f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index aabbfd9..a7d4f8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bukie", - "version": "1.63.0", + "version": "1.64.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bukie", - "version": "1.63.0", + "version": "1.64.0", "dependencies": { "@apollo/client": "^3.8.7", "@auth0/auth0-react": "^2.2.4", diff --git a/package.json b/package.json index 1726c25..0b49d17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bukie", "private": true, - "version": "1.63.0", + "version": "1.64.0", "type": "module", "scripts": { "dev": "vite",