@ossy/eslint-config-ossy 2.23.6 → 2.24.1

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.24.1 (2026-05-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **cli:** update build task to handle native-addon packages and improve externalization logic ([b34f9c8](https://github.com/ossy-se/ossy/commit/b34f9c84e3b3a888254fbf57b43af3afa3fb6dc8))
12
+
13
+
14
+
15
+
16
+
17
+ # 2.24.0 (2026-05-28)
18
+
19
+
20
+ ### Features
21
+
22
+ * **pages:** update package structure and add build configuration ([a2e2499](https://github.com/ossy-se/ossy/commit/a2e249992d5101f80f448ae52bc99e57580cc36e))
23
+
24
+
25
+
26
+
27
+
6
28
  ## 2.23.6 (2026-05-28)
7
29
 
8
30
  **Note:** Version bump only for package @ossy/eslint-config-ossy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/eslint-config-ossy",
3
- "version": "2.23.6",
3
+ "version": "2.24.1",
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": "3454264bf96915a89b08c1855dd36bc54a8e6d26"
21
+ "gitHead": "c4dfd4a2cc4a6977ce00dc223c91dbaecc3348ba"
22
22
  }