We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f33c9d commit a22fe3eCopy full SHA for a22fe3e
3 files changed
Directory.Build.props
@@ -6,7 +6,7 @@
6
src\eslint-config-rock-recommended
7
src\obsidian-build-tools
8
-->
9
- <Version>1.0.0-rc.11</Version>
+ <Version>1.0.0-rc.12</Version>
10
</PropertyGroup>
11
12
<PropertyGroup>
src/eslint-config-rock-recommended/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sparkdevnetwork/eslint-config-rock-recommended",
3
- "version": "1.0.0-rc.11",
+ "version": "1.0.0-rc.12",
4
"description": "Recommended ESLint rules for Rock plugins.",
5
"main": "index.js",
"scripts": {
src/obsidian-build-tools/package.json
"name": "@sparkdevnetwork/obsidian-build-tools",
"description": "Tools to help with building Obsidian plugins for Rock.",
"build": "tsc -b",
0 commit comments