Skip to content

Commit 64b4324

Browse files
committed
Merge branch 'hotfix/1.0.2'
2 parents 22a101f + be87670 commit 64b4324

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Create a new GitHub release using the gathered information
5353
- name: Create the release
54-
uses: nekofar/[email protected].1
54+
uses: nekofar/[email protected].5
5555
with:
5656
token: ${{ github.token }} # Authentication token from GitHub
5757
tag: ${{ github.ref_name }} # The name of the tag to be released

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.2] - 2023-07-24
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Bump nekofar/create-github-release from 1.0.1 to 1.0.5
10+
511
## [1.0.1] - 2023-07-24
612

713
### <!-- 05 -->Documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)