Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
chore(master): release aleo-snap 1.0.5 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 7, 2023
1 parent 6d879b8 commit 310f5ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/snap": "1.0.4"
"packages/snap": "1.0.5"
}
7 changes: 7 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.5](https://github.com/ChainSafe/aleo-snap/compare/aleo-snap-v1.0.4...aleo-snap-v1.0.5) (2023-06-07)


### Bug Fixes

* missing `description` in `package.json` ([#29](https://github.com/ChainSafe/aleo-snap/issues/29)) ([6d879b8](https://github.com/ChainSafe/aleo-snap/commit/6d879b87f1b68bc43762572ceed16cf708769fee))

## [1.0.4](https://github.com/ChainSafe/aleo-snap/compare/aleo-snap-v1.0.3...aleo-snap-v1.0.4) (2023-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chainsafe/aleo-snap",
"description": "Aleo Snap, using MetaMask Snap's architecture, enables secure and efficient interactions with the Aleo Wallet.",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/bundle.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.4",
"version": "1.0.5",
"description": "The Aleo snap.",
"proposedName": "Aleo snap",
"repository": {
Expand Down

0 comments on commit 310f5ba

Please sign in to comment.