Skip to content

Commit f77d12d

Browse files
committed
chore(release): prepare for version 1.0.10
1 parent 4c27e20 commit f77d12d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

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

5+
## [1.0.10] - 2023-07-30
6+
7+
### <!-- 07 -->Continuous Integrations
8+
9+
- Add `v` prefix to release tag and title in build workflow
10+
- Bump actions/checkout from 3.5.2 to 3.5.3
11+
- Bump nekofar/create-github-release from 1.0.11 to 1.0.12
12+
13+
### <!-- 08 -->Miscellaneous Tasks
14+
15+
- Bump jest-environment-jsdom from 29.5.0 to 29.6.2
16+
- Bump @testing-library/jest-dom and @types/testing-library__jest-dom
17+
- Bump jest and @types/jest
18+
- Add `typesync` step to `preinstall` script
19+
- Update ESLint related packages for better type compatibility
20+
521
## [1.0.9] - 2023-07-30
622

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

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.9",
3+
"version": "1.0.10",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)