Skip to content

Commit

Permalink
chore(main): release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff committed Aug 20, 2024
1 parent a428411 commit bf8f238
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/tmayoff/obsidian-meals/compare/0.2.1...0.2.2) (2024-08-20)


### Bug Fixes

* Skip empty ingredient lines '-' with nothing else ([#131](https://github.com/tmayoff/obsidian-meals/issues/131)) ([151bea4](https://github.com/tmayoff/obsidian-meals/commit/151bea43d743d0e20c5f9a8dff2cfc313f6ad6e9))

## [0.2.1](https://github.com/tmayoff/obsidian-meals/compare/0.2.0...0.2.1) (2024-07-13)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tmayoff-meals",
"name": "Meal Plan",
"version": "0.2.1",
"version": "0.2.2",
"minAppVersion": "0.15.0",
"description": "Store and manage recipes, create weekly meal plans and generate shopping lists.",
"author": "Tyler Mayoff",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-meals",
"version": "0.2.1",
"version": "0.2.2",
"description": "This is a recipe manager and meal planner",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit bf8f238

Please sign in to comment.