File tree Expand file tree Collapse file tree 4 files changed +63
-51
lines changed Expand file tree Collapse file tree 4 files changed +63
-51
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Create a new GitHub release using the gathered information
53
53
- name : Create the release
54
- uses : nekofar/create-github-release@v1.0.0-beta.6
54
+ uses : nekofar/create-github-release@v1.0.0
55
55
with :
56
56
token : ${{ github.token }} # Authentication token from GitHub
57
57
tag : ${{ github.ref_name }} # The name of the tag to be released
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.0.0] - 2023-07-23
6
+
7
+ ### <!-- 07 --> Continuous Integrations
8
+
9
+ - Update github release action version
10
+
11
+ ### <!-- 08 --> Miscellaneous Tasks
12
+
13
+ - Bump @types/node from 20.4.2 to 20.4.4
14
+ - Bump eslint-config-next from 13.4.11 to 13.4.12
15
+ - Bump next from 13.4.11 to 13.4.12
16
+
5
17
## [ 1.0.0-beta.6] - 2023-07-23
6
18
7
19
### <!-- 07 --> Continuous Integrations
Original file line number Diff line number Diff line change 20
20
"@lingui/react" : " 4.3.0" ,
21
21
"clsx" : " 2.0.0" ,
22
22
"langs" : " 2.0.0" ,
23
- "next" : " 13.4.11 " ,
23
+ "next" : " 13.4.12 " ,
24
24
"react" : " 18.2.0" ,
25
25
"react-dom" : " 18.2.0"
26
26
},
31
31
"@lingui/macro" : " 4.3.0" ,
32
32
"@lingui/swc-plugin" : " 4.0.2" ,
33
33
"@types/langs" : " 2.0.1" ,
34
- "@types/node" : " 20.4.2 " ,
34
+ "@types/node" : " 20.4.4 " ,
35
35
"@types/react" : " 18.2.15" ,
36
36
"@types/react-dom" : " 18.2.7" ,
37
37
"autoprefixer" : " 10.4.14" ,
38
38
"eslint" : " 8.45.0" ,
39
- "eslint-config-next" : " 13.4.11 " ,
39
+ "eslint-config-next" : " 13.4.12 " ,
40
40
"eslint-config-prettier" : " 8.8.0" ,
41
41
"postcss" : " 8.4.27" ,
42
42
"prettier" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments