Skip to content

Commit

Permalink
chore(release): 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 7, 2024
1 parent 93c0407 commit 1fdd1b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.2.9](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.8...0.2.9) (2024-06-07)


### Features

* support autoapply profile ([f3e09e5](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/f3e09e599dfc4a135241e0a06842f7f744b50ebe))


### Bug Fixes

* autoSave in regex modals ([95e5e48](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/95e5e48a07df2f50a150f447361c494e987d4863))
* selection of inline-title and view-header when using editor ([93c0407](https://github.com/Lisandra-dev/copy-reading-in-markdown/commit/93c04074a9d15eabc439377e484dbed26618f5cc))

## [0.2.8](https://github.com/Lisandra-dev/copy-reading-in-markdown/compare/0.2.7...0.2.8) (2024-05-28)

## [0.2.7](https://github.com/Lisandra-dev/obsidian-enhanced-copy/compare/0.2.6...0.2.7) (2024-03-07)
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 @@
"isDesktopOnly": false,
"minAppVersion": "0.16.0",
"name": "Enhanced Copy",
"version": "0.2.8"
"version": "0.2.9"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"predeploy": "pnpm run bump",
"deploy": "pnpm run export"
},
"version": "0.2.8",
"version": "0.2.9",
"pnpm": true
}

0 comments on commit 1fdd1b2

Please sign in to comment.