Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed Nov 11, 2022
1 parent e60853b commit a94f21f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.8.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.7.0...v1.8.0) (2022-11-11)


### Features

* add toUpperCase and use tranform for replacement ([e60853b](https://github.com/DCsunset/vscode-modal-editor/commit/e60853b18168d92865fda14a520fd8ced8f4bca2))
* add transform command ([363f018](https://github.com/DCsunset/vscode-modal-editor/commit/363f018f8a78ada4f978559071fc3f3f2eccd8f0))

## [1.7.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.6.0...v1.7.0) (2022-09-30)

## [1.6.0](https://github.com/DCsunset/vscode-modal-editor/compare/v1.5.2...v1.6.0) (2022-09-17)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-modal-editor",
"displayName": "ModalEditor",
"description": "Customizable extension to turn VS Code into a modal editor",
"version": "1.7.0",
"version": "1.8.0",
"publisher": "DCsunset",
"license": "AGPL-3.0",
"repository": {
Expand Down

0 comments on commit a94f21f

Please sign in to comment.