@oh-my-ghaad/gitlab 0.0.2 → 0.0.7

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 +39 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ ## [0.0.7](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.6...v0.0.7) (2025-10-04)
2
+
3
+
4
+
5
+ ## [0.0.6](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.5...v0.0.6) (2025-10-04)
6
+
7
+
8
+
9
+ ## [0.0.5](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.4...v0.0.5) (2025-10-04)
10
+
11
+
12
+
13
+ ## [0.0.4](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.3...v0.0.4) (2025-10-04)
14
+
15
+
16
+
17
+ ## [0.0.3](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.2...v0.0.3) (2025-10-04)
18
+
19
+
20
+
21
+ ## [0.0.2](https://github.com/cmgriffing/oh-my-ghaad/compare/v0.0.1...v0.0.2) (2025-10-04)
22
+
23
+
24
+
25
+ ## [0.0.1](https://github.com/cmgriffing/oh-my-ghaad/compare/a3367b1690c534c4d1fe19be6a287171226d9590...v0.0.1) (2025-10-04)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * add prepublish commands ([2166aa7](https://github.com/cmgriffing/oh-my-ghaad/commit/2166aa72c0e983ba106181a7ea24e2c61eabe28c))
31
+ * bump adapter versions ([8961e16](https://github.com/cmgriffing/oh-my-ghaad/commit/8961e163e0419ea7e3ce5c8cd71ef9a2465da57f))
32
+
33
+
34
+ ### Features
35
+
36
+ * add gitlab adapter ([a3367b1](https://github.com/cmgriffing/oh-my-ghaad/commit/a3367b1690c534c4d1fe19be6a287171226d9590))
37
+
38
+
39
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-ghaad/gitlab",
3
- "version": "0.0.2",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -10,7 +10,7 @@
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@gitbeaker/rest": "^43.5.0",
13
- "@oh-my-ghaad/core": "0.0.2"
13
+ "@oh-my-ghaad/core": "0.0.7"
14
14
  },
15
15
  "devDependencies": {
16
16
  "tsup": "^8.5.0",