@ya-modbus/driver-loader 0.5.1 → 0.6.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 +17 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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
+ # 0.6.0 (2026-01-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - enable linting without build and fix monorepo build order ([#129](https://github.com/groupsky/ya-modbus/issues/129)) ([e4ba4fd](https://github.com/groupsky/ya-modbus/commit/e4ba4fdc61c8695c3ab0b9504ef340d19861c599)), closes [#130](https://github.com/groupsky/ya-modbus/issues/130)
11
+ - **release:** bump versions to 0.2.0 to bypass npm 24h block ([#148](https://github.com/groupsky/ya-modbus/issues/148)) ([aa2be6a](https://github.com/groupsky/ya-modbus/commit/aa2be6ae998f4443774b43507e7991601ec3068a))
12
+ - **release:** revert failed release and add missing publishConfig ([#147](https://github.com/groupsky/ya-modbus/issues/147)) ([60ea209](https://github.com/groupsky/ya-modbus/commit/60ea2091cbb350b0f474dc45d3ab33177b050764))
13
+ - **release:** revert failed release and cleanup tags ([#145](https://github.com/groupsky/ya-modbus/issues/145)) ([228ae2b](https://github.com/groupsky/ya-modbus/commit/228ae2b4da0c433e475825d068202efd3f0d3a5a)), closes [#143](https://github.com/groupsky/ya-modbus/issues/143) [#144](https://github.com/groupsky/ya-modbus/issues/144)
14
+
15
+ ### Features
16
+
17
+ - **release:** add Lerna-Lite publishing with pre-release support ([#135](https://github.com/groupsky/ya-modbus/issues/135)) ([3db7542](https://github.com/groupsky/ya-modbus/commit/3db7542ddbb7bb150b4deab50d5c96e5d668c852))
18
+
19
+ ### Reverts
20
+
21
+ - Revert "chore(release): publish packages" ([a6d080d](https://github.com/groupsky/ya-modbus/commit/a6d080deeacf306f4911b6d78eab05dac8bfa7a7))
22
+
6
23
  ## [0.5.1](https://github.com/groupsky/ya-modbus/compare/@ya-modbus/driver-loader@0.5.0...@ya-modbus/driver-loader@0.5.1) (2026-01-04)
7
24
 
8
25
  **Note:** Version bump only for package @ya-modbus/driver-loader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ya-modbus/driver-loader",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "description": "Dynamic driver loader for ya-modbus device drivers",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -8,7 +8,7 @@
8
8
  "driver",
9
9
  "loader"
10
10
  ],
11
- "author": "Geno Roupsky <geno@roupsky.name>",
11
+ "author": "Geno Roupsky <185580+groupsky@users.noreply.github.com>",
12
12
  "license": "GPL-3.0-or-later",
13
13
  "main": "dist/index.js",
14
14
  "types": "dist/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  "lint": "eslint ."
47
47
  },
48
48
  "dependencies": {
49
- "@ya-modbus/driver-types": "^0.5.1"
49
+ "@ya-modbus/driver-types": "^0.6.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "jest": ">=29.0.0"
@@ -59,5 +59,5 @@
59
59
  "engines": {
60
60
  "node": ">=20.0.0"
61
61
  },
62
- "gitHead": "52f4cb86fb2c5f6a2ba898c46ae29103048141e0"
62
+ "gitHead": "37ca074321ce2847ac0c90048398f92591a10652"
63
63
  }