Skip to content

Commit

Permalink
build: release version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Nov 13, 2021
1 parent 49d3a1a commit 432f01e
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.4.1

## Fixes

- Remove some more extra console logs. Added a lint rule so this doesn't happen again. This is what happens when I code instead of going to sleep.

# 1.4.0

## Features
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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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.4.0'
version: '1.4.1'
};
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.4.1": "0.12.12",
"1.4.0": "0.12.12",
"1.3.0": "0.12.12",
"1.2.1": "0.12.12",
Expand Down

0 comments on commit 432f01e

Please sign in to comment.