Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Jun 3, 2023
1 parent debb83a commit b9b3b54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "0.10.3",
"version": "0.11.1",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build": "npm run build:ace-linters && webpack",
Expand Down
1 change: 1 addition & 0 deletions packages/ace-linters/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.nyc_output
coverage
tests/ui/dist/build
2 changes: 1 addition & 1 deletion packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "0.10.3",
"version": "0.11.1",
"scripts": {
"clean": "rimraf build",
"build:yaml-language-server": "cd ../yaml-language-server-esbuild && npm run build",
Expand Down

0 comments on commit b9b3b54

Please sign in to comment.