Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Dec 9, 2021
1 parent 96c1935 commit 1db7c19
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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.

## [1.1.0](https://github.com/valentine195/obsidian-markdown-attributes/compare/1.0.3...1.1.0) (2021-12-09)


### Features

* now supports math blocks (closes [#4](https://github.com/valentine195/obsidian-markdown-attributes/issues/4)) ([96c1935](https://github.com/valentine195/obsidian-markdown-attributes/commit/96c1935e0d6791e569d89ffafa9af5616f9dcb69))


### Bug Fixes

* fixed code block parsing (close [#5](https://github.com/valentine195/obsidian-markdown-attributes/issues/5)) ([bfe8344](https://github.com/valentine195/obsidian-markdown-attributes/commit/bfe83445977af4b40a08d6acacf3a4abf080f97a))
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "markdown-attributes",
"name": "Markdown Attributes",
"version": "1.0.3",
"version": "1.1.0",
"minAppVersion": "0.12.10",
"description": "Add markdown attributes to elements in Obsidian.md",
"author": "Jeremy Valentine",
"authorUrl": "",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-attributes",
"version": "1.0.3",
"version": "1.1.0",
"description": "Add markdown attributes to elements in Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"tslib": "^2.0.3",
"typescript": "^4.0.3"
}
}
}

0 comments on commit 1db7c19

Please sign in to comment.