Skip to content

Commit 03b1bd4

Browse files
committed
v1.0.5
1 parent 71d3f78 commit 03b1bd4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
## [Unreleased]
66

7+
## [1.0.5] - 2024-03-03
8+
9+
### Optimize
10+
11+
- Directory structure
12+
- README.md
13+
714
## [1.0.4] - 2024-01-24
815

916
### Added
@@ -80,7 +87,8 @@
8087
- Service file watch
8188
- live template
8289

83-
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.4...HEAD
90+
[Unreleased]: https://github.com/oldme-git/goframe-helper/compare/v1.0.5...HEAD
91+
[1.0.5]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.5
8492
[1.0.4]: https://github.com/oldme-git/goframe-helper/compare/v1.0.3...v1.0.4
8593
[1.0.3]: https://github.com/oldme-git/goframe-helper/compare/v1.0.2...v1.0.3
8694
[1.0.2]: https://github.com/oldme-git/goframe-helper/compare/v1.0.1...v1.0.2

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = goframehelper
44
pluginName = goframe-helper
55
pluginRepositoryUrl = https://github.com/oldme-git/goframe-helper
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.4
7+
pluginVersion = 1.0.5
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 222

0 commit comments

Comments
 (0)