Skip to content

Commit

Permalink
chore(release): 1.13.0
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.5...v1.13.0) (2023-05-19)

### Bug Fixes

* add dateArchived to the exposed variable in the article template ([e619009](e619009))
* escape special characters in the page name ([17e2089](17e2089))
* truncate filename length to 100 ([bca3f75](bca3f75))

### Features

* export highlighted markdown content using {{{ content }}} in the article template ([18628cb](18628cb))
  • Loading branch information
semantic-release-bot committed May 19, 2023
1 parent d347fdd commit cdff0c2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.13.0](https://github.com/omnivore-app/logseq-omnivore/compare/v1.12.5...v1.13.0) (2023-05-19)


### Bug Fixes

* add dateArchived to the exposed variable in the article template ([e619009](https://github.com/omnivore-app/logseq-omnivore/commit/e6190095b0bfcc86da6bb2364bf3f675ebc88552))
* escape special characters in the page name ([17e2089](https://github.com/omnivore-app/logseq-omnivore/commit/17e20898701d6d4638e00b0a23cb0b7320a91f03))
* truncate filename length to 100 ([bca3f75](https://github.com/omnivore-app/logseq-omnivore/commit/bca3f75e437b2037239e1953a16bfebc223d924f))


### Features

* export highlighted markdown content using {{{ content }}} in the article template ([18628cb](https://github.com/omnivore-app/logseq-omnivore/commit/18628cb4c8727f6bf0113c0c4ac71ae8cc44e7a5))

## [1.12.5](https://github.com/omnivore-app/logseq-omnivore/compare/v1.12.4...v1.12.5) (2023-05-11)


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": "logseq-omnivore",
"version": "1.12.5",
"version": "1.13.0",
"description": "Import Omnivore highlights and articles into Logseq.",
"main": "dist/index.html",
"targets": {
Expand Down

0 comments on commit cdff0c2

Please sign in to comment.