@ossy/eslint-config-ossy 2.24.0 → 2.25.0

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 2.25.0 (2026-05-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * **packages:** add new OSSY packages for booking, consultancy, and web ([ff65f12](https://github.com/ossy-se/ossy/commit/ff65f12b5c74d44c51d67bd556be1b72246a5b85))
12
+
13
+
14
+
15
+
16
+
17
+ ## 2.24.1 (2026-05-28)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **cli:** update build task to handle native-addon packages and improve externalization logic ([b34f9c8](https://github.com/ossy-se/ossy/commit/b34f9c84e3b3a888254fbf57b43af3afa3fb6dc8))
23
+
24
+
25
+
26
+
27
+
6
28
  # 2.24.0 (2026-05-28)
7
29
 
8
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/eslint-config-ossy",
3
- "version": "2.24.0",
3
+ "version": "2.25.0",
4
4
  "description": "ESLint config used by Ossy",
5
5
  "main": "index.js",
6
6
  "url": "git://github.com/ossy-se/ossy.git",
@@ -18,5 +18,5 @@
18
18
  "peerDependencies": {
19
19
  "eslint": "^9.39.2"
20
20
  },
21
- "gitHead": "eabc1ddca6f83721efa11f044422ab8628929c88"
21
+ "gitHead": "9b116b6a4fadd570c1e6c0c6d9a4867448f7410c"
22
22
  }