Skip to content

Commit 38880e3

Browse files
committed
chore(release): v3.0.0-alpha.3
1 parent 17454b6 commit 38880e3

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

3+
## v3.0.0-alpha.3
4+
5+
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.2...v3.0.0-alpha.3)
6+
7+
### 🩹 Fixes
8+
9+
- **playground:** Use absolute urls to enable navigation between major version in production ([bbcadfa](https://github.com/tmlmt/cooklang-parser/commit/bbcadfa))
10+
11+
### 💅 Refactors
12+
13+
- **types:** Replace IngredientQuantities type with explicit union ([17454b6](https://github.com/tmlmt/cooklang-parser/commit/17454b6))
14+
15+
### 📖 Documentation
16+
17+
- **playground:** Get version number from parser package ([cc945e0](https://github.com/tmlmt/cooklang-parser/commit/cc945e0))
18+
19+
### 🏡 Chore
20+
21+
- **playground:** Remove package version and add description ([e56ed20](https://github.com/tmlmt/cooklang-parser/commit/e56ed20))
22+
23+
### 🤖 CI
24+
25+
- **deploy-playground:** Add base url via env variable ([ffde4d5](https://github.com/tmlmt/cooklang-parser/commit/ffde4d5))
26+
- **publish-npm:** Disable git checks to enable publishing from any branch or tag ([6ac3594](https://github.com/tmlmt/cooklang-parser/commit/6ac3594))
27+
28+
### ❤️ Contributors
29+
30+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
31+
332
## v3.0.0-alpha.2
433

534
[compare changes](https://github.com/tmlmt/cooklang-parser/compare/v3.0.0-alpha.1...v3.0.0-alpha.2)

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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "Cooklang parsers and utilities",
55
"author": "Thomas Lamant <[email protected]>",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)