Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyanetsky committed Apr 15, 2024
1 parent fad9ef1 commit 48ffed1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.3 - 2024-04-15

### Changed

* Removed a behaviour which was making the codeblock inoperable if a product property was not a number.

## 1.2.2 - 2024-04-14

### Added
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": "foodiary",
"name": "Foodiary",
"version": "1.2.2",
"version": "1.2.3",
"minAppVersion": "1.5.3",
"description": "Food tracker, macronutrient and calorie calculator.",
"author": "vkostyanetsky",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foodiary",
"version": "1.2.2",
"version": "1.2.3",
"description": "Food tracker plugin for Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"1.1.0": "1.5.3",
"1.2.0": "1.5.3",
"1.2.1": "1.5.3",
"1.2.2": "1.5.3"
"1.2.2": "1.5.3",
"1.2.3": "1.5.3"
}

0 comments on commit 48ffed1

Please sign in to comment.