Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raineszm committed Apr 27, 2022
1 parent b697381 commit 9595347
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,27 @@

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

## [0.4.0](https://github.com/raineszm/obsidian-export-to-tex/compare/0.3.0...0.4.0) (2022-04-27)


### ⚠ BREAKING CHANGES

* Relative to export Image Path setting no longer works

### Features

* **mobile:** make plugin desktop only ([967ea95](https://github.com/raineszm/obsidian-export-to-tex/commit/967ea95de00af1adc50f7dc7774345b69204e529)), closes [#30](https://github.com/raineszm/obsidian-export-to-tex/issues/30)
* **sections:** add option to use unnumbered section heading ([b697381](https://github.com/raineszm/obsidian-export-to-tex/commit/b697381576d9356808a770cf3a6e118cf81c3b7d)), closes [#29](https://github.com/raineszm/obsidian-export-to-tex/issues/29)
* **settings:** add an option to reset settings to default ([7ac8c1b](https://github.com/raineszm/obsidian-export-to-tex/commit/7ac8c1b59044bc62b893385bcd81148e2ea6bf6c))


### Bug Fixes

* **inlinemath:** properly emit inline math ([0774100](https://github.com/raineszm/obsidian-export-to-tex/commit/0774100bd1b8c7baacd263239f01bac6a0a8295b)), closes [#31](https://github.com/raineszm/obsidian-export-to-tex/issues/31)


* remove dependency on node and electron apis ([db1cf10](https://github.com/raineszm/obsidian-export-to-tex/commit/db1cf1026feb969ca2be1169a7de35db8f79efd2))

## [0.3.0](https://github.com/raineszm/obsidian-export-to-tex/compare/0.2.2...0.3.0) (2022-03-19)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-export-to-tex",
"name": "Export To TeX",
"version": "0.3.1-0",
"version": "0.4.0",
"description": "Export vault files in a format amenable to pasting into a tex document",
"author": "Zach Raines",
"authorUrl": "https://github.com/raineszm/obsidian-export-to-tex",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-export-to-tex",
"version": "0.3.1-0",
"version": "0.4.0",
"description": "Export vault files in a format amenable to pasting into a tex document",
"main": "src/main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -9,5 +9,6 @@
"0.2.2": "0.9.21",
"0.3.0-0": "0.9.21",
"0.3.0": "0.11.11",
"0.3.1-0": "0.11.11"
"0.3.1-0": "0.11.11",
"0.4.0": "0.11.11"
}

0 comments on commit 9595347

Please sign in to comment.