Skip to content

Commit

Permalink
Ready release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurankv committed Nov 26, 2023
1 parent 8ce1298 commit 4f11006
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ See this project's [releases](/../../../releases).
- Removed `none` language from supported languages since it is used by obsidian for codeblocks without a language

[Unreleased]: /../../compare/1.1.0...HEAD
[1.1.0]: /../../compare/1.1.0...1.1.0
[1.1.0]: /../../compare/1.0.11...1.1.0
[1.0.11]: /../../compare/1.0.10...1.0.11
[1.0.10]: /../../compare/1.0.9...1.0.10
Expand Down
1 change: 0 additions & 1 deletion src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ const settingsUpdaters: Record<string,(settings: CodeStylerSettings)=>CodeStyler
return settings;
}),
"1.0.11": settingsPreserve,
"1.0.12": settingsPreserve,
"1.1.0": settingsPreserve,
};

Expand Down

0 comments on commit 4f11006

Please sign in to comment.