Skip to content

Commit

Permalink
build: release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Nov 15, 2021
1 parent ae73ab7 commit c6ab9ba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.5.2

## Fixes

- Paths in groups can now be edited.

# 1.5.1

## Fixes
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": "auto-class",
"name": "Auto Class",
"version": "1.5.1",
"version": "1.5.2",
"minAppVersion": "0.12.12",
"description": "Automatically apply CSS classes to the markdown view based on a note's path.",
"author": "OfficerHalf",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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.5.1",
"version": "1.5.2",
"description": "Automatically apply CSS classes to the markdown view based on a note's path.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import { AutoClassPluginSettings } from './interfaces';

export const DEFAULT_SETTINGS: AutoClassPluginSettings = {
paths: [{ path: 'Example Path/Subfolder/', classes: ['example-class'], scope: ClassPathScope.Preview }],
version: '1.5.1'
version: '1.5.2'
};
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.5.2": "0.12.12",
"1.5.1": "0.12.12",
"1.5.0": "0.12.12",
"1.4.1": "0.12.12",
Expand Down

0 comments on commit c6ab9ba

Please sign in to comment.