Skip to content

Commit

Permalink
Merge branch 'release/1.1.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Nov 15, 2023
2 parents 1dc84ae + f80292f commit 208cfd2
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v2.2.0
uses: orhun/git-cliff-action@v2.3.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.1.19] - 2023-11-15

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.18] - 2023-11-11

### Documentation

- Add `CONTRIBUTING.md` instructions file

## [1.1.17] - 2023-11-08

### Miscellaneous Tasks
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.1.18",
"version": "1.1.19",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -56,8 +56,8 @@
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.0.2",
"prettier": "3.0.3",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
Expand Down
53 changes: 29 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 208cfd2

Please sign in to comment.