Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2022-02-21)

### Features

* **plugin:** updated and simplified settings to use new 0.6.0 APIs ([#23](#23)) ([0d95dce](0d95dce)), closes [#20](#20) [#7](#7)

### BREAKING CHANGES

* **plugin:** No longer uses the old settings apis
  • Loading branch information
semantic-release-bot committed Feb 21, 2022
1 parent 0d95dce commit 282aedc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/brendon-michael/logseq-periodic-notes/compare/v1.0.0...v2.0.0) (2022-02-21)


### Features

* **plugin:** updated and simplified settings to use new 0.6.0 APIs ([#23](https://github.com/brendon-michael/logseq-periodic-notes/issues/23)) ([0d95dce](https://github.com/brendon-michael/logseq-periodic-notes/commit/0d95dce53ac0bb986b94852f3af1728b36c94624)), closes [#20](https://github.com/brendon-michael/logseq-periodic-notes/issues/20) [#7](https://github.com/brendon-michael/logseq-periodic-notes/issues/7)


### BREAKING CHANGES

* **plugin:** No longer uses the old settings apis

# 1.0.0 (2022-02-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "dist/index.html",
"name": "logseq-plugin-periodic-notes",
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"commit": "git-cz",
"dev": "cross-env browser=none vite",
Expand Down

0 comments on commit 282aedc

Please sign in to comment.