Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Mar 11, 2024
1 parent ec8ecd0 commit 20ab465
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.7",
"version": "1.0.8",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-style-settings",
"version": "1.0.7",
"version": "1.0.8",
"description": "Offers controls for adjusting theme, plugin, and CSS snippet styles.",
"main": "main.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"lint:fix": "eslint ./src --fix",
"clean": "yarn prettier && yarn lint:fix",
"rlnotes": "git log $(git describe --tags --abbrev=0)..HEAD --oneline > release-notes.md && git add release-notes.md",
"bump": "node version-bump.mjs && git add manifest.json versions.json && yarn rlnotes",
"bump": "node version-bump.mjs && git add manifest.json versions.json package.json && yarn rlnotes",
"release": "git commit -m $npm_package_version && git tag $npm_package_version && git push && git push --tags"
},
"keywords": [],
Expand Down
3 changes: 1 addition & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0d8f724 Merge pull request #136 from ebullient/commented
7035a31 Include "/*! @settings" when looking for settings
ec8ecd0 Fix #152
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"0.0.3": "0.11.5",
"0.0.2": "0.11.5",
"0.0.1": "0.11.5",
"1.0.7": "0.11.5"
"1.0.7": "0.11.5",
"1.0.8": "0.11.5"
}

0 comments on commit 20ab465

Please sign in to comment.