Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raineszm committed Nov 14, 2020
1 parent 7c39dbf commit 13b18f5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.1.1](https://github.com/raineszm/obsidian-latex-environments/compare/0.1.0...0.1.1) (2020-11-14)


### Features

* don't add whitespace when changing without enclosing environment ([de5315a](https://github.com/raineszm/obsidian-latex-environments/commit/de5315a9a69f345505f3b22902da3ef5ad74c5d0)), closes [#5](https://github.com/raineszm/obsidian-latex-environments/issues/5)


### Bug Fixes

* fix handling of environments occurring after the cursor ([7c39dbf](https://github.com/raineszm/obsidian-latex-environments/commit/7c39dbfb29cb13bfd69de0589b04a16773ca381a)), closes [#9](https://github.com/raineszm/obsidian-latex-environments/issues/9)
* **environment:** fix cursor position after changing a math block without an environment ([289df5b](https://github.com/raineszm/obsidian-latex-environments/commit/289df5bd41a7722e9750ce0f6bf4e6782a6e73c8))
* add whitespace when changing environment if only one line ([7260b75](https://github.com/raineszm/obsidian-latex-environments/commit/7260b75d18a2fb2bdaeb7f6fbed96c5790e6a3c8))
* **shields:** point minappversion shield to manifest.json instead of package.json ([85884b5](https://github.com/raineszm/obsidian-latex-environments/commit/85884b501cf3755686fffa3eb0af842bcf96db57))

## [0.1.0](https://github.com/raineszm/obsidian-latex-environments/compare/0.0.5...0.1.0) (2020-11-09)


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-latex-environments",
"name": "Latex Environments",
"version": "0.1.0",
"version": "0.1.1",
"description": "Allows to quickly insert and change latex environments within math environments.",
"author": "Zach Raines",
"authorUrl": "https://github.com/raineszm/obsidian-latex-environments",
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-latex-environments",
"version": "0.1.0",
"version": "0.1.1",
"description": "Quickly insert and change latex environments within math blocks in Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"0.1.0": "0.9.11"
}
{"0.1.0":"0.9.11","0.1.1":"0.9.11"}

0 comments on commit 13b18f5

Please sign in to comment.