We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cf180 commit dc205edCopy full SHA for dc205ed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v1.0.3
4
+
5
+[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v1.0.2...v1.0.3)
6
7
+### 🤖 CI
8
9
+- Fix conflicting pnpm versions ([865c9f1](https://github.com/tmlmt/cooklang-parser/commit/865c9f1))
10
+- Fix node-version ([82cf180](https://github.com/tmlmt/cooklang-parser/commit/82cf180))
11
12
## v1.0.2
13
14
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v1.0.1...v1.0.2)
package.json
@@ -1,6 +1,6 @@
{
"name": "@tmlmt/cooklang-parser",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Cooklang parsers and utilities",
"author": "Thomas Lamant <tom@tmlmt.com>",
"packageManager": "pnpm@10.14.0",
0 commit comments