Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
# [1.3.0](omnivore-app/obsidian-omnivore@1.2.3...1.3.0) (2023-05-18)

### Bug Fixes

* add dateArchived to the exposed variable in the template ([1a67d16](omnivore-app@1a67d16))
* add lowercase, uppercase and uppercasefirst to the function map in the template ([957bbca](omnivore-app@957bbca))
* add state to the exposed variable in the template ([26572b6](omnivore-app@26572b6))
* add tweet, video and image page type ([ffdcd92](omnivore-app@ffdcd92))
* add wordsCount and readLength to the exposed variables in the article template ([56813b7](omnivore-app@56813b7))
* allow articles to be synced into a single file and add a toggle in the settings ([4c04f8e](omnivore-app@4c04f8e))
* allow frontmatter to be an array ([2b3b0f3](omnivore-app@2b3b0f3))
* allow scheduled sync and set a frequency in minutes ([8800d38](omnivore-app@8800d38))
* preparse template before rendering ([c41bc8f](omnivore-app@c41bc8f))
* show release notes after upgrade ([37382a2](omnivore-app@37382a2))
* use multiline string for title and author in default template ([c7e5daf](omnivore-app@c7e5daf))

### Features

* highlight highlights in the exported content in markdown ([6cc1b04](omnivore-app@6cc1b04))
  • Loading branch information
semantic-release-bot committed May 18, 2023
1 parent 5d480ee commit d9bd3a9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.3.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.2.3...1.3.0) (2023-05-18)


### Bug Fixes

* add dateArchived to the exposed variable in the template ([1a67d16](https://github.com/omnivore-app/obsidian-omnivore/commit/1a67d16888f907307dca675f1f80511064414ce5))
* add lowercase, uppercase and uppercasefirst to the function map in the template ([957bbca](https://github.com/omnivore-app/obsidian-omnivore/commit/957bbca049011e250c2f692e2b1db7d44c730d76))
* add state to the exposed variable in the template ([26572b6](https://github.com/omnivore-app/obsidian-omnivore/commit/26572b6385ab44b610e2490229adb86d25e53160))
* add tweet, video and image page type ([ffdcd92](https://github.com/omnivore-app/obsidian-omnivore/commit/ffdcd924787ece94796de57e66f77aa666de07f4))
* add wordsCount and readLength to the exposed variables in the article template ([56813b7](https://github.com/omnivore-app/obsidian-omnivore/commit/56813b7c3c332746ff49efdf3844727a0ba35726))
* allow articles to be synced into a single file and add a toggle in the settings ([4c04f8e](https://github.com/omnivore-app/obsidian-omnivore/commit/4c04f8eee960e263046a5e5ed94dc281c689498b))
* allow frontmatter to be an array ([2b3b0f3](https://github.com/omnivore-app/obsidian-omnivore/commit/2b3b0f34d29ce84e3e35e7ace2a8871314d7a13d))
* allow scheduled sync and set a frequency in minutes ([8800d38](https://github.com/omnivore-app/obsidian-omnivore/commit/8800d3882326add57621400ea0e7aa100828ab6c))
* preparse template before rendering ([c41bc8f](https://github.com/omnivore-app/obsidian-omnivore/commit/c41bc8f1b4b8c70b36989860d3257ad6ae792979))
* show release notes after upgrade ([37382a2](https://github.com/omnivore-app/obsidian-omnivore/commit/37382a2cf594cac10c7b05120dc0742980a4ff84))
* use multiline string for title and author in default template ([c7e5daf](https://github.com/omnivore-app/obsidian-omnivore/commit/c7e5dafa3b692c9d2d958b46ede1783a597f616e))


### Features

* highlight highlights in the exported content in markdown ([6cc1b04](https://github.com/omnivore-app/obsidian-omnivore/commit/6cc1b042bc96db6605ffa5d804159a478abbac45))

## [1.2.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.2.2...1.2.3) (2023-04-28)


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-omnivore",
"name": "Omnivore",
"version": "1.2.3",
"version": "1.3.0",
"minAppVersion": "0.15.0",
"description": "This is an Omnivore plugin for Obsidian.",
"author": "Omnivore",
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": "obsidian-omnivore",
"version": "1.2.3",
"version": "1.3.0",
"description": "This is an Omnivore plugin for Obsidian.",
"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 @@ -11,5 +11,6 @@
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.2.2": "0.15.0",
"1.2.3": "0.15.0"
"1.2.3": "0.15.0",
"1.3.0": "0.15.0"
}

0 comments on commit d9bd3a9

Please sign in to comment.