Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raineszm committed Jun 29, 2022
1 parent b6c1e1d commit 0b24ec0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.2](https://github.com/raineszm/obsidian-export-to-tex/compare/0.4.0...0.4.2) (2022-06-29)


### Bug Fixes

* correct missing curly brace in exported links ([40262ce](https://github.com/raineszm/obsidian-export-to-tex/commit/40262ce96a7df9576e0f24baebc8889da7155556)), closes [#33](https://github.com/raineszm/obsidian-export-to-tex/issues/33)

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


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.4.0",
"version": "0.4.2",
"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.4.1",
"version": "0.4.2",
"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 @@ -10,5 +10,6 @@
"0.3.0-0": "0.9.21",
"0.3.0": "0.11.11",
"0.3.1-0": "0.11.11",
"0.4.0": "0.11.11"
"0.4.0": "0.11.11",
"0.4.2": "0.11.11"
}

0 comments on commit 0b24ec0

Please sign in to comment.