File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ jobs:
274
274
275
275
# Create a new release draft which is not publicly visible and requires manual acceptance
276
276
- name : Create Release Draft
277
- uses : nekofar/create-github-release@v1.0.8
277
+ uses : nekofar/create-github-release@v1.0.12
278
278
with :
279
279
tag : v${{ needs.build.outputs.version }} # The name of the tag to be released
280
280
title : v${{ needs.build.outputs.version }} # The title for the release
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
+ ## [ 1.2.24] - 2023-08-13
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.23] - 2023-07-27
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginName = IntelliJ Next.js Plugin
5
5
pluginRepositoryUrl = https://github.com/nekofar/intellij-nextjs
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.2.23
8
+ pluginVersion = 1.2.24
9
9
10
10
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments