From 1a814bb5dcd64e5a4eb2445d3d7cc5b92029d4ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 May 2024 10:00:44 +0000 Subject: [PATCH] chore(release): 0.7.1 [skip ci] ## [0.7.1](https://github.com/staratlasmeta/factory/compare/v0.7.0...v0.7.1) (2024-05-17) ### Bug Fixes * **misc:** fix warnings ([d71bbd2](https://github.com/staratlasmeta/factory/commit/d71bbd2cb6d8acdd2c4a958a7cea47b33883b3e7)) * **misc:** merge conflicts ([290afe5](https://github.com/staratlasmeta/factory/commit/290afe5e2ec1d2d8ff55f450e8107f3662c2501f)) * package.json & package-lock.json to reduce vulnerabilities ([5066230](https://github.com/staratlasmeta/factory/commit/5066230ae82c591c137f7668a788f2145a92253c)) --- CHANGELOG.md | 9 +++++++++ package.json | 4 +--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41aea53..7e2e1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.1](https://github.com/staratlasmeta/factory/compare/v0.7.0...v0.7.1) (2024-05-17) + + +### Bug Fixes + +* **misc:** fix warnings ([d71bbd2](https://github.com/staratlasmeta/factory/commit/d71bbd2cb6d8acdd2c4a958a7cea47b33883b3e7)) +* **misc:** merge conflicts ([290afe5](https://github.com/staratlasmeta/factory/commit/290afe5e2ec1d2d8ff55f450e8107f3662c2501f)) +* package.json & package-lock.json to reduce vulnerabilities ([5066230](https://github.com/staratlasmeta/factory/commit/5066230ae82c591c137f7668a788f2145a92253c)) + # [0.7.0](https://github.com/staratlasmeta/factory/compare/v0.6.0...v0.7.0) (2024-04-19) diff --git a/package.json b/package.json index 6a58c8d..835fc42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@staratlas/factory", - "version": "0.7.0", + "version": "0.7.1", "description": "Star Atlas Factory for constructing Transactions targeting Solana on-chain programs", "repository": { "type": "git", @@ -36,8 +36,6 @@ "mobx-utils": "^6.0.8" }, "devDependencies": { - "@semantic-release/changelog": "^6.0.3", - "@semantic-release/git": "^10.0.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/big.js": "^6.2.2",