Skip to content

Commit

Permalink
Ready release $npm_package_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurankv committed Aug 15, 2023
1 parent 8c3c90b commit d422512
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ See this project's [releases](/../../../releases).

## [Unreleased]

## [1.0.6] - 2023-08-15

### Added

- CSS linting added
Expand Down Expand Up @@ -151,7 +153,8 @@ See this project's [releases](/../../../releases).
- Updated [README](README.md).
- Removed `none` language from supported languages since it is used by obsidian for codeblocks without a language

[Unreleased]: /../../compare/1.0.5...HEAD
[Unreleased]: /../../compare/1.0.6...HEAD
[1.0.6]: /../../compare/1.0.5...1.0.6
[1.0.5]: /../../compare/1.0.4...1.0.5
[1.0.4]: /../../compare/1.0.3...1.0.4
[1.0.3]: /../../compare/1.0.2...1.0.3
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": "code-styler",
"name": "Code Styler",
"version": "1.0.5",
"version": "1.0.6",
"minAppVersion": "0.15.0",
"description": "Styles codeblocks and inline code in both editing mode and reading mode.",
"author": "Mayuran Visakan",
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-styler",
"version": "1.0.5",
"version": "1.0.6",
"description": "This is a plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
}

0 comments on commit d422512

Please sign in to comment.