Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde55619

Browse files
committed
increment version for 0.3.0 release
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent930d532 commitde55619

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
4848

4949
##[0.2.4]
5050

51-
- Support VSCode 1.39.2
51+
- Support VSCode 1.39.2
52+
53+
##[0.3.0]
54+
55+
- Validate the extension version against the tutorial config version. This should allow us to manage breaking changes in tutorial schema in upcoming versions

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.2.4",
3+
"version":"0.3.0",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",
@@ -82,4 +82,4 @@
8282
},
8383
"preview":true,
8484
"publisher":"CodeRoad"
85-
}
85+
}

‎web-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎web-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad-app",
3-
"version":"0.2.4",
3+
"version":"0.3.0",
44
"private":true,
55
"scripts": {
66
"build":"react-app-rewired build",
@@ -73,4 +73,4 @@
7373
"typescript":"^3.8.3",
7474
"typescript-eslint-parser":"^22.0.0"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp