Skip to content

Commit c736b78

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2025-08-21) ### Features * add yaml support ([435a4f1](435a4f1))
1 parent 435a4f1 commit c736b78

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/Magda98/syntax-highlight-component/compare/v1.1.1...v1.2.0) (2025-08-21)
2+
3+
4+
### Features
5+
6+
* add yaml support ([435a4f1](https://github.com/Magda98/syntax-highlight-component/commit/435a4f126c382649a0d91924178ba229a98cb9c8))
7+
18
## [1.1.1](https://github.com/Magda98/syntax-highlight-component/compare/v1.1.0...v1.1.1) (2025-08-21)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
"dist"
1212
],
1313
"name": "syntax-highlight-component",
14-
"version": "1.1.1",
14+
"version": "1.2.0",
1515
"type": "module",
1616
"license": "MIT",
17-
"keywords": ["syntax-highlighting", "highlight", "highlight-component"],
17+
"keywords": [
18+
"syntax-highlighting",
19+
"highlight",
20+
"highlight-component"
21+
],
1822
"scripts": {
1923
"dev": "vite",
2024
"prepublishOnly": "npm install && npm run build",

0 commit comments

Comments
 (0)