release: 4.0.1 (#4678)
* chore(release): bump version to 4.0.1 * fix: ignore pre-commit hook for release-prep script * chore: bump helm-chart to 2.0.0 * chore: update CHANGELOG for 4.0.1
This commit is contained in:
@ -69,7 +69,7 @@ describe("plugin", () => {
|
||||
expect(body).toStrictEqual([
|
||||
{
|
||||
name: "Test App",
|
||||
version: "4.0.0",
|
||||
version: "4.0.1",
|
||||
|
||||
description: "This app does XYZ.",
|
||||
iconPath: "/test-plugin/test-app/icon.svg",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "test-plugin",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"code-server": "^4.0.0"
|
||||
"code-server": "^4.0.1"
|
||||
},
|
||||
"main": "out/index.js",
|
||||
"devDependencies": {
|
||||
|
@ -40,7 +40,7 @@ export const plugin: cs.Plugin = {
|
||||
return [
|
||||
{
|
||||
name: "Test App",
|
||||
version: "4.0.0",
|
||||
version: "4.0.1",
|
||||
iconPath: "/icon.svg",
|
||||
path: "/test-app",
|
||||
|
||||
|
Reference in New Issue
Block a user