Skip to content

Commit 876b60a

Browse files
committed
chore(release): v2.1.5
1 parent c915078 commit 876b60a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v2.1.5
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.4...v2.1.5)
6+
7+
### 📖 Documentation
8+
9+
- Fix link to Examples section on index page ([#72](https://github.com/tmlmt/cooklang-parser/pull/72))
10+
11+
### 🏡 Chore
12+
13+
- **README:** Replace list of backlog items by link to up-to-date Issues page ([1bdada8](https://github.com/tmlmt/cooklang-parser/commit/1bdada8))
14+
- **README:** Refer to Conventional Commits when submitting PRs ([a2f6a28](https://github.com/tmlmt/cooklang-parser/commit/a2f6a28))
15+
16+
### 🤖 CI
17+
18+
- **npm:** Adjust permissions to work with Trusted publishing ([c915078](https://github.com/tmlmt/cooklang-parser/commit/c915078))
19+
20+
### ❤️ Contributors
21+
22+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
23+
- Helge ([@HelgeKrueger](https://github.com/HelgeKrueger))
24+
325
## v2.1.4
426

527
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v2.1.3...v2.1.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tmlmt/cooklang-parser",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <tom@tmlmt.com>",
66
"packageManager": "pnpm@10.21.0",

0 commit comments

Comments
 (0)