Skip to content

Commit

Permalink
chore(release): 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjs committed Dec 14, 2023
1 parent d328621 commit 62eae9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [2.14.0](https://github.com/ipcjs/i18n-ally/compare/v2.13.0...v2.14.0) (2023-12-14)


### ⚡ Features

* support modify the range of annotation display ([#2](https://github.com/ipcjs/i18n-ally/issues/2)) ([d328621](https://github.com/ipcjs/i18n-ally/commit/d32862192189a2257c624ec09ca56cf291926540))

## [2.13.0](https://github.com/ipcjs/i18n-ally/compare/v2.12.0...v2.13.0) (2023-11-30)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"publisher": "ipcjs",
"name": "i18n-ally-ipcjs",
"version": "2.13.0",
"version": "2.14.0",
"displayName": "i18n Ally (ipcjs)",
"description": "🌍 All in one i18n extension for VS Code",
"keywords": [
Expand Down Expand Up @@ -779,7 +779,7 @@
"default": true,
"description": "%config.annotation_in_place%"
},
"i18n-ally.annotationRange" : {
"i18n-ally.annotationRange": {
"type": "string",
"default": "key",
"enum": [
Expand Down

0 comments on commit 62eae9c

Please sign in to comment.