Skip to content

Commit

Permalink
chore(release): 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachatoo committed Oct 18, 2024
1 parent 5580544 commit 165c8fd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.8.3](https://github.com/SilentVoid13/Templater/compare/2.8.2...2.8.3) (2024-10-18)


### Bug Fixes

* Import `moment` from obsidian instead of using `window.moment` ([8d446c9](https://github.com/SilentVoid13/Templater/commit/8d446c97b7e9dc391a93f738e5389ce89ec26de4))
* Remove all references to global `app` instance ([5580544](https://github.com/SilentVoid13/Templater/commit/55805447401a4e9025b1e3b5cfff42a816940408))
* Use new quotes repo for daily quotes to fix errors with getting daily quotes ([fac9009](https://github.com/SilentVoid13/Templater/commit/fac900990f44f1d3ba71197b56fe3957fa2f52d3)), closes [#1407](https://github.com/SilentVoid13/Templater/issues/1407)
* Use sentence case in plugin settings ([922f111](https://github.com/SilentVoid13/Templater/commit/922f111392e309737fc7fe8a69de29b76ba653e7))

### [2.8.2](https://github.com/SilentVoid13/Templater/compare/2.8.1...2.8.2) (2024-10-11)


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": "templater-obsidian",
"name": "Templater",
"version": "2.8.2",
"version": "2.8.3",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",
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": "templater-obsidian",
"version": "2.8.2",
"version": "2.8.3",
"description": "Create and use templates",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2.8.3": "1.5.0",
"2.8.2": "1.5.0",
"2.8.1": "1.5.0",
"2.8.0": "1.5.0",
Expand Down

0 comments on commit 165c8fd

Please sign in to comment.