@commitspark/git-adapter-github 0.32.0 → 1.0.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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.0] - 2026-02-27
9
+
10
+ ### Changed
11
+
12
+ - Upgrade to @commitspark/git-adapter 1.0.0
13
+
8
14
  ## [0.32.0] - 2026-02-26
9
15
 
10
16
  ### Changed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commitspark/git-adapter-github",
3
3
  "description": "GitHub adapter for Commitspark to create and manage structured data in GitHub repositories",
4
- "version": "0.32.0",
4
+ "version": "1.0.0",
5
5
  "license": "ISC",
6
6
  "private": false,
7
7
  "files": [
@@ -33,7 +33,7 @@
33
33
  "prepublishOnly": "npm run build"
34
34
  },
35
35
  "dependencies": {
36
- "@commitspark/git-adapter": "^0.30.0",
36
+ "@commitspark/git-adapter": "^1.0.0",
37
37
  "axios": "^1.0.0",
38
38
  "axios-cache-interceptor": "^1.0.0",
39
39
  "yaml": "^2.0.0"