Skip to content

Commit 3f2228d

Browse files
committed
feat: 🔖 release v0.0.15
1 parent 0541ab2 commit 3f2228d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how
1717
[#4ec9b0]: https://img.shields.io/badge/-%234EC9B0-4EC9B0.svg
1818
[#b2ccd6]: https://img.shields.io/badge/-%23B2CCD6-B2CCD6.svg
1919

20+
## 0.0.15 - 2024-11-09
21+
22+
### Changed
23+
24+
- no feature update.
25+
- a new version is woking on the way.
26+
2027
## 0.0.14 - 2020-11-10
2128

2229
### Added
@@ -82,7 +89,7 @@ Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how
8289

8390
### Added
8491

85-
- A new theme
92+
- A new theme
8693
**Now you can choose a beta test theme `Syntax Material Dark Level 1 (beta)` directly. It supports most languages that VSCode supports now.**
8794
- most languages support(with beta theme).
8895
- A tool that generate language scopes.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syntax-highlight",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"displayName": "%displayName%",
55
"description": "%description%",
66
"publisher": "peaceshi",
@@ -83,6 +83,7 @@
8383
},
8484
"scripts": {
8585
"prepare": "husky",
86-
"lint-staged": "pnpm exec biome lint && pnpm exec prettier . --check"
86+
"lint-staged": "pnpm exec biome lint && pnpm exec prettier . --check",
87+
"package": "pnpx @vscode/vsce package"
8788
}
8889
}

0 commit comments

Comments
 (0)