Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff authored Jul 10, 2024
1 parent fff2999 commit 09d486d
Show file tree
Hide file tree
Showing 5 changed files with 22 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.1.1"
".": "0.2.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Features

* Added some better debugging options/tools ([#115](https://github.com/tmayoff/obsidian-meals/issues/115)) ([ce81bc5](https://github.com/tmayoff/obsidian-meals/commit/ce81bc59c28bc43a5ba18cdb9b1ae4945bb4de62))


### Bug Fixes

* releas-please-manifest.json file name ([#109](https://github.com/tmayoff/obsidian-meals/issues/109)) ([799d769](https://github.com/tmayoff/obsidian-meals/commit/799d7693210a63bed942512322df6fbe14924675))
* Release uploads ([#107](https://github.com/tmayoff/obsidian-meals/issues/107)) ([1dea1f3](https://github.com/tmayoff/obsidian-meals/commit/1dea1f3af31ca2112406d91acc40bcfbbf0599ef))
* release-please config that updates the manifest.json file ([#104](https://github.com/tmayoff/obsidian-meals/issues/104)) ([e7ce367](https://github.com/tmayoff/obsidian-meals/commit/e7ce3671479198d6f9eee0d7f6accb8c3b619807))
* Removed vite-plugin-wasm, was unecessary ([#106](https://github.com/tmayoff/obsidian-meals/issues/106)) ([7e1584c](https://github.com/tmayoff/obsidian-meals/commit/7e1584cfe038d110219b31fc386936550315e2a9))
* Support ingredients that don't start with `-` ([#116](https://github.com/tmayoff/obsidian-meals/issues/116)) ([fff2999](https://github.com/tmayoff/obsidian-meals/commit/fff29990d069116349121901504c4ac3706f62d6))
* This might fix the release-please to use the config file ([#108](https://github.com/tmayoff/obsidian-meals/issues/108)) ([d977d3d](https://github.com/tmayoff/obsidian-meals/commit/d977d3d8cac118333bc92f2784086e18682edd3a))

## [0.1.0](https://github.com/tmayoff/obsidian-meals/compare/0.0.12...v0.1.0) (2024-07-06)


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.1.1",
"version": "0.2.0",
"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.1.0",
"version": "0.2.0",
"description": "This is a recipe manager and meal planner",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 09d486d

Please sign in to comment.