Skip to content

Commit

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

## What's New

Version 1.14.0
- Update dependencies
- Prevent overlapping external labels in pie chart
- Enable Stacked Bar Chart

Version 1.13.3

- Update dependencies
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.14.0

- Update dependencies
- Prevent overlapping external labels in pie chart
- Enable Stacked Bar Chart

## 1.13.3

- Update dependencies
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.3",
"version": "1.14.0",
"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.3",
"version": "1.14.0",
"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 @@ -34,5 +34,6 @@
"1.13.0": "0.9.12",
"1.13.1": "0.9.12",
"1.13.2": "0.9.12",
"1.13.3": "0.9.12"
"1.13.3": "0.9.12",
"1.14.0": "0.9.12"
}

0 comments on commit 3550d12

Please sign in to comment.