Skip to content

Commit

Permalink
build: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Nov 2, 2021
1 parent b8db414 commit 85b4cd1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.1.0

## Features

- Add optional folder suggester to make selecting a path easier.

# 1.0.0

Initial release.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "auto-class",
"name": "Auto Class",
"version": "1.0.0",
"version": "1.1.0",
"minAppVersion": "0.12.12",
"description": "Automatically apply CSS classes to the markdown preview view based on a note's path.",
"author": "OfficerHalf",
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": "auto-class",
"version": "1.0.0",
"version": "1.1.0",
"description": "Automatically apply CSS classes to the markdown preview view based on a note's path.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.1.0": "0.12.12",
"1.0.0": "0.12.12"
}

0 comments on commit 85b4cd1

Please sign in to comment.