@tmlmt/cooklang-parser 2.1.4 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,9 +60,7 @@ console.log(recipe.timers); // [{ duration: 15, unit: "minutes", name: undefined
60
60
 
61
61
  ## Future plans
62
62
 
63
- I plan to further develop features depending on the needs or bugs I will encounter in using this library in a practical application. Current backlog is as follows:
64
-
65
- - Pantry parsing and basic functions (e.g. take pantry into account when creating a shopping list)
63
+ I plan to further develop features depending on the needs or bugs I will encounter in using this library in a practical application. The current backlog and status can be seen in the [Issues](https://github.com/tmlmt/cooklang-parser/issues) page.
66
64
 
67
65
  ## Test coverage
68
66
 
@@ -72,4 +70,4 @@ You can run the tests yourself by cloning the repository and running `pnpm test`
72
70
 
73
71
  ## Contributing
74
72
 
75
- If you find any issue with your own examples of recipes, feel free to open an Issue and if you want to help fix it, to submit a Pull Request.
73
+ If you find any issue with your own examples of recipes, feel free to open an Issue and if you want to help fix it, to submit a Pull Request (PR). Please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec when submitting PRs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmt/cooklang-parser",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "Cooklang parsers and utilities",
5
5
  "author": "Thomas Lamant <tom@tmlmt.com>",
6
6
  "type": "module",