Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Aug 31, 2023
1 parent f2bb3cb commit 3751e84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.0.5](https://github.com/Lisandra-dev/obsidian-canvas-lock-camera/compare/0.0.4...0.0.5) (2023-08-31)


### Bug Fixes

* **logs:** add dev logs ([0c28947](https://github.com/Lisandra-dev/obsidian-canvas-lock-camera/commit/0c28947f6595d407ebdb77de0ee63883cd4a1ee2))

## [0.0.4](///compare/0.0.3...0.0.4) (2023-08-31)

## [0.0.3](///compare/0.0.2...0.0.3) (2023-08-31)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"fundingUrl": "https://ko-fi.com/lisandra_dev",
"isDesktopOnly": false,
"minAppVersion": "0.16.0",
"version": "0.0.4"
"version": "0.0.5"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camera-lock-canvas",
"version": "0.0.4",
"version": "0.0.5",
"description": "Lock the camera view in canvas ",
"main": "lib/main.js",
"license": "GPL-3.0-only",
Expand All @@ -10,7 +10,7 @@
"lint:fix": "eslint --ext .ts,.js,.json src --fix",
"lint": "eslint --ext .ts src",
"bump": "node commit-and-tag-version.js",
"postbump" : "git push --follow-tags origin master",
"postbump": "git push --follow-tags origin master",
"preexport": "pnpm run build",
"export": "node export.js",
"predeploy": "pnpm run bump",
Expand Down

0 comments on commit 3751e84

Please sign in to comment.