Skip to content

Commit

Permalink
Merge branch 'release/1.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Aug 3, 2023
2 parents 615ad5c + eb02531 commit 952a6b0
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 55 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.0.12] - 2023-08-03

### <!-- 08 -->Miscellaneous Tasks

- Bump @types/react from 18.2.17 to 18.2.18
- Bump semver from 6.3.0 to 6.3.1
- Bump @types/node from 20.4.5 to 20.4.6

## [1.0.11] - 2023-07-30

### <!-- 07 -->Continuous Integrations
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-lingui-template",
"version": "1.0.11",
"version": "1.0.12",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@types/eslint-config-prettier": "6.11.0",
"@types/jest": "29.5.3",
"@types/langs": "2.0.1",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "5.14.9",
"autoprefixer": "10.4.14",
Expand Down
Loading

0 comments on commit 952a6b0

Please sign in to comment.