eslint-plugin-nextfriday 1.5.2 → 1.5.3
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.
- package/CHANGELOG.md +6 -0
- package/lib/index.cjs +1236 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.d.cts +388 -0
- package/lib/index.d.ts +388 -0
- package/lib/index.js +1197 -0
- package/lib/index.js.map +1 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# eslint-plugin-nextfriday
|
|
2
2
|
|
|
3
|
+
## 1.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#34](https://github.com/next-friday/eslint-plugin-nextfriday/pull/34) [`f87b0ad`](https://github.com/next-friday/eslint-plugin-nextfriday/commit/f87b0ad3836f10f3e34b9f1cb751fe4101d04ef8) Thanks [@nextfridaydeveloper](https://github.com/nextfridaydeveloper)! - Fix missing build step in CI/CD pipeline causing npm package to be published without lib directory. Added build steps before publishing in release workflow and prepublishOnly script as safety net.
|
|
8
|
+
|
|
3
9
|
## 1.5.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|