Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2022-12-07)

### Bug Fixes

* multiple usability fixes ([#53](#53)) ([57081c2](57081c2))

### Features

* Add a button on schema details to issue VCs with schema ([#54](#54)) ([8bd14b1](8bd14b1))
  • Loading branch information
semantic-release-bot committed Dec 7, 2022
1 parent 57081c2 commit dc2b422
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/affinidi/vscode-extension/compare/v1.4.1...v1.5.0) (2022-12-07)


### Bug Fixes

* multiple usability fixes ([#53](https://github.com/affinidi/vscode-extension/issues/53)) ([57081c2](https://github.com/affinidi/vscode-extension/commit/57081c24c5f3af8813449975edca23a935498c27))


### Features

* Add a button on schema details to issue VCs with schema ([#54](https://github.com/affinidi/vscode-extension/issues/54)) ([8bd14b1](https://github.com/affinidi/vscode-extension/commit/8bd14b1ca26a2f96b5dc2e00ba7282b7ed1215aa))

## [1.4.1](https://github.com/affinidi/vscode-extension/compare/v1.4.0...v1.4.1) (2022-12-06)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"icon": "media/affinidi-icon-large.png",
"preview": true,
"repository": "https://github.com/affinidi/vscode-extension",
"version": "1.4.1",
"version": "1.5.0",
"engines": {
"vscode": "^1.73.0"
},
Expand Down Expand Up @@ -530,4 +530,4 @@
"node-fetch": "^2.6.7",
"path": "^0.12.7"
}
}
}

0 comments on commit dc2b422

Please sign in to comment.