Skip to content

Commit

Permalink
Prepare for publish (#69)
Browse files Browse the repository at this point in the history
* Prepare for publish

* Adapt changelog
  • Loading branch information
mosuem authored Oct 9, 2024
1 parent a12845a commit 6381919
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the "arbeditor" extension will be documented in this file

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.1.0]
## [0.2.0]

- Fix [#62](https://github.com/google/arb-editor/issues/62).
- Fix quick fix of placeholder/key [#66](https://github.com/google/arb-editor/issues/66).
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.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Google",
"displayName": "ARB Editor",
"description": "Editor for Application Resource Bundle files, used for localization.",
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"vscode": "^1.89.0"
},
Expand Down Expand Up @@ -49,7 +49,9 @@
"anyOf": [
{
"type": "string",
"enum": ["all"],
"enum": [
"all"
],
"description": "Suppress all warnings in arbEditor."
},
{
Expand Down Expand Up @@ -89,7 +91,6 @@
"i18n",
"internationalization"
],

"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
Expand Down

0 comments on commit 6381919

Please sign in to comment.