Skip to content

Commit ba44f6c

Browse files
authored
release: 4.8.1-rc.1 (#5713)
* chore(release): bump version to 4.8.1 * fixup * revert: don't change to 4.8.1
1 parent e6d2d72 commit ba44f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "4.8.0",
4+
"version": "4.8.1-rc.1",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/coder/code-server",
77
"bugs": {

patches/telemetry.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Add support for telemetry endpoint
33
To test:
44
1. Create a RequestBin - https://requestbin.io/
55
2. Run code-server with `CS_TELEMETRY_URL` set:
6-
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.0-macos-amd64/bin/code-server`
6+
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-<version>-macos-amd64/bin/code-server`
77
3. Load code-server in browser an do things (i.e. open a file)
88
4. Refresh RequestBin and you should see logs
99

test/unit/node/test-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "test-plugin",
44
"version": "1.0.0",
55
"engines": {
6-
"code-server": "^4.8.0"
6+
"code-server": "^4.8.1-rc.1"
77
},
88
"main": "out/index.js",
99
"devDependencies": {

0 commit comments

Comments
 (0)