Skip to content

Commit

Permalink
chore(develop): release 1.2.1 (#25)
Browse files Browse the repository at this point in the history
* chore(develop): release 1.2.1

* chore: format changelog and bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: martines3000 <domajnko.martin@gmail.com>
  • Loading branch information
github-actions[bot] and martines3000 authored Oct 5, 2022
1 parent 7d378cd commit c170366
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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 @@
{
".": "1.2.0"
".": "1.2.1"
}
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog

## [1.2.1](https://github.com/blockchain-lab-um/ssi-snap/compare/v1.2.0...v1.2.1) (2022-10-05)

### :bug: Bug Fixes

- fixes published files ([#24](https://github.com/blockchain-lab-um/ssi-snap/issues/24)) ([7d378cd](https://github.com/blockchain-lab-um/ssi-snap/commit/7d378cd71b5980db4dddbffdab909e752ff3ab0a))

## [1.2.0](https://github.com/blockchain-lab-um/ssi-snap/compare/v1.1.4...v1.2.0) (2022-10-05)

### :rocket: Features

- add webpack & ceramic ([#18](https://github.com/blockchain-lab-um/ssi-snap/issues/18)) ([382467e](https://github.com/blockchain-lab-um/ssi-snap/commit/382467e232bfc8a719fe2787edece327f41e3d5d))
- add webpack & ceramic (**experimental support**) ([#18](https://github.com/blockchain-lab-um/ssi-snap/issues/18)) ([382467e](https://github.com/blockchain-lab-um/ssi-snap/commit/382467e232bfc8a719fe2787edece327f41e3d5d))
- adds release please ([#13](https://github.com/blockchain-lab-um/ssi-snap/issues/13)) ([ac71b6f](https://github.com/blockchain-lab-um/ssi-snap/commit/ac71b6fabb66c569f984c52f40df4a0403a7da61))
- support for did-key method ([#16](https://github.com/blockchain-lab-um/ssi-snap/issues/16)) ([b4650d9](https://github.com/blockchain-lab-um/ssi-snap/commit/b4650d91929f33ee9649cdae6282c2a18aca5c33))
- did-key method (**experimental support**) ([#16](https://github.com/blockchain-lab-um/ssi-snap/issues/16)) ([b4650d9](https://github.com/blockchain-lab-um/ssi-snap/commit/b4650d91929f33ee9649cdae6282c2a18aca5c33))
- tests and code refactor ([#19](https://github.com/blockchain-lab-um/ssi-snap/issues/19)) ([81d8fe1](https://github.com/blockchain-lab-um/ssi-snap/commit/81d8fe1562f7c92a030f042f66561631c39ff2f2))
- updates developer tools ([#12](https://github.com/blockchain-lab-um/ssi-snap/issues/12)) ([8174f53](https://github.com/blockchain-lab-um/ssi-snap/commit/8174f53e7ee573c4ca3f7908bab327615e2c3755))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/ssi-snap",
"version": "1.2.0",
"version": "1.2.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"keywords": [
"MetaMask",
Expand Down
2 changes: 1 addition & 1 deletion snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"description": "Snap for managing VCs and VPs in MetaMask",
"proposedName": "ssi-snap",
"repository": {
Expand Down

0 comments on commit c170366

Please sign in to comment.