Skip to content

Commit

Permalink
chore(release): 2.28.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Jul 16, 2024
1 parent a583836 commit 6066ff7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 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.28.0-alpha.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.27.0...v2.28.0-alpha.0) (2024-07-16)


### Features

* Switch to esbuild ([a583836](https://github.com/hpcc-systems/vscode-ecl/commit/a5838368c68414b2264dbc415727889eed947aaa))

## [2.27.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.3...v2.27.0) (2024-04-23)


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.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ecl",
"version": "2.27.0",
"version": "2.28.0-alpha.0",
"publisher": "hpcc-systems",
"displayName": "ECL Language",
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",
Expand Down Expand Up @@ -33,12 +33,14 @@
"lint-fix": "npm run lint -- --fix",
"test": "npm run compile",
"standard-version": "standard-version",
"standard-version-alpha": "standard-version --prerelease alpha",
"vscode:prepublish": "run-s clean build",
"git-push": "git push --follow-tags upstream trunk",
"vsce-publish": "vsce publish",
"vsce-package": "vsce package -o ./hpcc-systems.ecl.vsix",
"rm-hpcc": "rimraf ./node_modules/@hpcc-js",
"tag": "run-s standard-version git-push",
"tag-alpha": "run-s standard-version-alpha git-push",
"update-major": "npx npm-check-updates -u",
"update": "npx npm-check-updates -u -t minor"
},
Expand All @@ -65,7 +67,7 @@
"@types/react": "17.0.80",
"@types/react-dom": "17.0.25",
"@types/tmp": "0.2.6",
"@types/vscode": "1.91.0",
"@types/vscode": "1.90.0",
"@types/vscode-notebook-renderer": "1.72.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down Expand Up @@ -101,7 +103,7 @@
"url": "https://github.com/hpcc-systems/vscode-ecl.git"
},
"engines": {
"vscode": "^1.76.0",
"vscode": "^1.90.0",
"node": ">=16.0.0"
},
"galleryBanner": {
Expand Down Expand Up @@ -1611,4 +1613,4 @@
}
]
}
}
}

0 comments on commit 6066ff7

Please sign in to comment.