Skip to content

Commit b914323

Browse files
authored
chore(main): release 0.5.0 (#161)
1 parent fe665b6 commit b914323

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/ventojs/webstorm-vento/compare/v0.4.0...v0.5.0) (2025-12-13)
4+
5+
6+
### Features
7+
8+
* **parser:** add support for `fragment` keyword ([#52](https://github.com/ventojs/webstorm-vento/issues/52)) ([#165](https://github.com/ventojs/webstorm-vento/issues/165)) ([e6d6bb5](https://github.com/ventojs/webstorm-vento/commit/e6d6bb5194afd907071d60da046e4997f289ed31))
9+
* **parser:** add support for frontmatter parsing and highlighting ([#100](https://github.com/ventojs/webstorm-vento/issues/100)) ([#158](https://github.com/ventojs/webstorm-vento/issues/158)) ([9d50a6f](https://github.com/ventojs/webstorm-vento/commit/9d50a6f336c3d55a58904544c7f581f4521d24c3))
10+
* **settings:** add frontmatter highlighting setting ([#162](https://github.com/ventojs/webstorm-vento/issues/162)) ([e0590b2](https://github.com/ventojs/webstorm-vento/commit/e0590b26ea129c6cc737836a2c2f1e63f97973c7))
11+
12+
13+
### Bug Fixes
14+
15+
* **docs:** update README with front-matter and fragment support details ([#168](https://github.com/ventojs/webstorm-vento/issues/168)) ([fc62390](https://github.com/ventojs/webstorm-vento/commit/fc623907cf8394cec1cee139b14f69118d30c2e8))
16+
317
## [0.4.0](https://github.com/ventojs/webstorm-vento/compare/v0.3.0...v0.4.0) (2025-12-02)
418

519

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginName=Vento Template Engine
77
pluginRepositoryUrl=https://github.com/ventojs/webstorm-vento
88
# SemVer format -> https://semver.org
99
# x-release-please-start-version
10-
pluginVersion=0.4.0
10+
pluginVersion=0.5.0
1111
# x-release-please-end
1212
#pluginDescription=Vento for JetBrains's WebStorm IDE
1313
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html

0 commit comments

Comments
 (0)