Skip to content

Commit

Permalink
Release 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyguru committed Jan 20, 2024
1 parent 1ee18ec commit 229f5cd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This is an [Obsidian](https://obsidian.md/) plugin that helps you collect data f

## What's New

Version 1.13.2

- Update dependencies
- Fix typo in README.md
- Change streak counts to terminate on falsey values rather than null

Version 1.13.1

- Fix packaging script
Expand Down
6 changes: 6 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 1.13.2

- Update dependencies
- Fix typo in README.md
- Change streak counts to terminate on falsey values rather than null

## 1.13.1

- Fix packaging script
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": "obsidian-tracker",
"name": "Tracker",
"version": "1.13.1",
"version": "1.13.2",
"minAppVersion": "0.9.12",
"description": "A plugin tracks occurrences and numbers in your notes",
"author": "pyrochlore",
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-tracker",
"version": "1.13.1",
"version": "1.13.2",
"description": "A plugin tracks occurrences and numbers in your notes",
"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 @@ -32,5 +32,6 @@
"1.11.0": "0.9.12",
"1.12.0": "0.9.12",
"1.13.0": "0.9.12",
"1.13.1": "0.9.12"
"1.13.1": "0.9.12",
"1.13.2": "0.9.12"
}

0 comments on commit 229f5cd

Please sign in to comment.