diff --git a/manifest.json b/manifest.json index 17efe04..56e1379 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 0fcb201..7fb1d8f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": [], diff --git a/release-notes.md b/release-notes.md index ba17cd4..ff9e9a3 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,2 +1 @@ -0d8f724 Merge pull request #136 from ebullient/commented -7035a31 Include "/*! @settings" when looking for settings +ec8ecd0 Fix #152 diff --git a/versions.json b/versions.json index a7aec88..9820c33 100644 --- a/versions.json +++ b/versions.json @@ -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" }