Skip to content

Commit 8115215

Browse files
committed
Merge branch 'release/1.2.24'
2 parents 4ac3b2c + e393b89 commit 8115215

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
275275
# Create a new release draft which is not publicly visible and requires manual acceptance
276276
- name: Create Release Draft
277-
uses: nekofar/create-github-release@v1.0.8
277+
uses: nekofar/create-github-release@v1.0.12
278278
with:
279279
tag: v${{ needs.build.outputs.version }} # The name of the tag to be released
280280
title: v${{ needs.build.outputs.version }} # The title for the release

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
## [1.2.24] - 2023-08-13
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.23] - 2023-07-27
713

814
### Bug Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginName = IntelliJ Next.js Plugin
55
pluginRepositoryUrl = https://github.com/nekofar/intellij-nextjs
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.2.23
8+
pluginVersion = 1.2.24
99

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

0 commit comments

Comments
 (0)