@harborclient/core 0.2.0 → 0.2.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 +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.2.1 - 2026-07-26
6
+
7
+ - Enhance release workflows with concurrency and rebase logic. (`e26c79de`)
8
+
5
9
  ## 0.2.0 - 2026-07-26
6
10
 
7
11
  - Enhance testing and plugin management functionality. (`48799cc9`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harborclient/core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Platform-neutral HarborClient engine: types, request orchestration helpers, and shared utilities.",
5
5
  "homepage": "https://harborclient.github.io/harborclient/core/",
6
6
  "bugs": {