Skip to content

Commit cea457b

Browse files
authored
Merge pull request #92 from stanleygomes/release/v2.2.4
2 parents 989124c + 9a4ef07 commit cea457b

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

jetbrains/CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [2.2.4] - 2026-03-14
8+
9+
- docs: screenshots of plugins in readme
10+
11+
712
## [2.2.3] - 2026-03-13
813

914
- docs: add description jetbrains
@@ -68,7 +73,8 @@
6873

6974
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
7075

71-
[Unreleased]: https://github.com/stanleygomes/codex-notes/compare/v2.2.3...HEAD
76+
[Unreleased]: https://github.com/stanleygomes/codex-notes/compare/2.2.4...HEAD
77+
[2.2.4]: https://github.com/stanleygomes/codex-notes/compare/2.2.3...2.2.4
7278
[2.2.3]: https://github.com/stanleygomes/codex-notes/compare/v2.2.2...v2.2.3
7379
[2.2.0]: https://github.com/stanleygomes/codex-notes/commits/v2.2.0
7480
[2.1.0]: https://github.com/stanleygomes/codex-notes/compare/2.0.1...2.1.0

jetbrains/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginGroup = com.nazarethlabs.notes
22
pluginName = Codex Notes
33
pluginRepositoryUrl = https://github.com/stanleygomes/codex-notes
44
# SemVer format -> https://semver.org
5-
pluginVersion = 2.2.3
5+
pluginVersion = 2.2.4
66

77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild = 243

vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [2.2.4] - 2026-03-14
10+
11+
- docs: screenshot for plugin vscode
12+
- docs: screenshots of plugins in readme
13+
14+
915
## [2.2.3] - 2026-03-13
1016

1117
- chore: release 2.2.3

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codex-notes",
33
"displayName": "Codex Notes",
44
"description": "A powerful plugin for managing notes directly within your IDE. Keep your thoughts, code snippets, and documentation organized without leaving your development environment",
5-
"version": "2.2.3",
5+
"version": "2.2.4",
66
"license": "MIT",
77
"publisher": "stanleygomes",
88
"repository": "https://github.com/stanleygomes/codex-notes",

0 commit comments

Comments
 (0)