Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yxw007 committed Nov 14, 2024
1 parent 0608e7c commit 631a8a2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v0.1.0

[compare changes](https://github.com/yxw007/vscode-translate-next/compare/v0.0.15...v0.1.0)

### 🚀 Enhancements

- Optimize error alerts and popups by clicking on them ([99456f5](https://github.com/yxw007/vscode-translate-next/commit/99456f5))

### 💅 Refactors

- ⚠️ Standardize the naming of configurations and change them to camelback uniformly ([e7a6002](https://github.com/yxw007/vscode-translate-next/commit/e7a6002))

### 📖 Documentation

- Add support for Deepl translation engine in README and package.json ([2ff8d0c](https://github.com/yxw007/vscode-translate-next/commit/2ff8d0c))
- Add shortcut for viewing plugin output logs in README files ([0608e7c](https://github.com/yxw007/vscode-translate-next/commit/0608e7c))

### 🏡 Chore

- Update deps ([d78f65c](https://github.com/yxw007/vscode-translate-next/commit/d78f65c))

#### ⚠️ Breaking Changes

- ⚠️ Standardize the naming of configurations and change them to camelback uniformly ([e7a6002](https://github.com/yxw007/vscode-translate-next/commit/e7a6002))

### ❤️ Contributors

- Potter ([@yxw007](http://github.com/yxw007))

## v0.0.15

[compare changes](https://github.com/yxw007/vscode-translate-next/compare/v0.0.14...v0.0.15)
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": "vscode-translate-next",
"version": "0.0.15",
"version": "0.1.0",
"displayName": "vscode-translate-next",
"publisher": "yxw007",
"author": {
Expand Down

0 comments on commit 631a8a2

Please sign in to comment.