Skip to content

Commit 192cdf6

Browse files
committed
chore(release): prepare for version 1.0.25
1 parent b0f7271 commit 192cdf6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.0.25] - 2023-08-19
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Bump actions/setup-node from 3.7.0 to 3.8.1
10+
11+
### <!-- 08 -->Miscellaneous Tasks
12+
13+
- Bump eslint from 8.46.0 to 8.47.0
14+
- Bump @types/node from 20.4.9 to 20.4.10
15+
- Bump prettier-plugin-tailwindcss from 0.5.1 to 0.5.2
16+
- Bump lint-staged from 13.2.3 to 14.0.0
17+
- Bump autoprefixer from 10.4.14 to 10.4.15
18+
- Bump @testing-library/jest-dom from 5.17.0 to 6.0.0
19+
- Bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3
20+
- Bump @headlessui/react from 1.7.16 to 1.7.17
21+
- Bump @types/node from 20.4.10 to 20.5.0
22+
- Bump prettier from 3.0.1 to 3.0.2
23+
- Bump eslint-config-next from 13.4.13 to 13.4.18
24+
- Bump postcss from 8.4.27 to 8.4.28
25+
- Bump @types/node from 20.5.0 to 20.5.1
26+
527
## [1.0.24] - 2023-08-11
628

729
### <!-- 07 -->Continuous Integrations

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -37,6 +37,7 @@
3737
"@types/eslint-config-prettier": "6.11.0",
3838
"@types/jest": "29.5.3",
3939
"@types/langs": "2.0.1",
40+
"@types/lint-staged": "13.2.0",
4041
"@types/node": "20.5.1",
4142
"@types/react": "18.2.20",
4243
"@types/react-dom": "18.2.7",

0 commit comments

Comments
 (0)