Skip to content

Commit 12ca29a

Browse files
armhilAutomated Version Bump
andauthored
Rename style, minor (#41)
* Rename style, minor * ci: version bump to 1.2.13 --------- Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
1 parent 6cf2a0a commit 12ca29a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-code-formatter-styles",
3-
"version": "1.2.12",
3+
"version": "1.2.13",
44
"description": "a package which contains the styling details for easy code formatter office app.",
55
"main": "dist/index.js",
66
"repository": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ITheme } from "./ITheme";
22

33
export const CSharpDark: ITheme = {
44
/** Display name */
5-
DisplayName: 'CSharpDark',
5+
DisplayName: 'C# Dark',
66
/** Code styles */
77
CodeStyles: {
88
Keyword: {

0 commit comments

Comments
 (0)