Skip to content

Commit 208cfd2

Browse files
committed
Merge branch 'release/1.1.19'
2 parents 1dc84ae + f80292f commit 208cfd2

File tree

4 files changed

+45
-28
lines changed

4 files changed

+45
-28
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
# Generate a changelog for the new release using Git
118118
- name: Generate a changelog
119-
uses: orhun/git-cliff-action@v2.2.0
119+
uses: orhun/git-cliff-action@v2.3.0
120120
id: git-cliff
121121
with:
122122
config: cliff.toml # The configuration file for git-cliff

CHANGELOG.md

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

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

5+
## [1.1.19] - 2023-11-15
6+
7+
### Bug Fixes
8+
9+
- Solve some minor issues and update dependencies
10+
11+
## [1.1.18] - 2023-11-11
12+
13+
### Documentation
14+
15+
- Add `CONTRIBUTING.md` instructions file
16+
517
## [1.1.17] - 2023-11-08
618

719
### Miscellaneous Tasks

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.18",
3+
"version": "1.1.19",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -56,8 +56,8 @@
5656
"husky": "8.0.3",
5757
"jest": "29.7.0",
5858
"jest-environment-jsdom": "29.7.0",
59-
"lint-staged": "15.0.2",
60-
"prettier": "3.0.3",
59+
"lint-staged": "15.1.0",
60+
"prettier": "3.1.0",
6161
"prettier-plugin-jsdoc": "1.1.1",
6262
"prettier-plugin-organize-attributes": "1.0.0",
6363
"prettier-plugin-organize-imports": "3.2.4",

pnpm-lock.yaml

Lines changed: 29 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)