@storm-software/eslint 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 0.9.2 (2024-06-15)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **workspace-tools:** Resolved issue with invalid package name in tags ([e40b5387](https://github.com/storm-software/storm-ops/commit/e40b5387))
7
+
1
8
  ## 0.9.1 (2024-06-15)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
5
5
  "repository": {
6
6
  "type": "github",