Compare View
Commits (3)
Changes
Showing 4 changed files Side-by-side Diff
CHANGELOG.md
... | ... | @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d |
4 | 4 | |
5 | 5 | Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
6 | 6 | |
7 | +#### [v1.45.3](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.2...v1.45.3) | |
8 | + | |
9 | +- Change repository url [`6be4a09`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/6be4a0934fc1039cb023e96a496442e52735b8b0) | |
10 | +- Fix bug on 1.45.2 because of missing pkginfo call on matrix [`e3048a2`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/e3048a26565a4813f79503abdca509f4b04a098b) | |
11 | + | |
7 | 12 | #### [v1.45.2](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.1...v1.45.2) |
8 | 13 | |
14 | +> 10 March 2022 | |
15 | + | |
9 | 16 | - Optimize git version fetcher on matrix [`f5a6f8c`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/f5a6f8c672ebfbbdc9f88dac4c6ced76d58a4129) |
10 | 17 | - Try to fix repo url [`58ffc21`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/58ffc21a0828a1c5a0d7f4395be3872455654906) |
11 | 18 |
matrix.js
package-lock.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.2", | |
3 | + "version": "1.45.3", | |
4 | 4 | "lockfileVersion": 2, |
5 | 5 | "requires": true, |
6 | 6 | "packages": { |
7 | 7 | "": { |
8 | 8 | "name": "komodo-sdk", |
9 | - "version": "1.45.2", | |
9 | + "version": "1.45.3", | |
10 | 10 | "license": "ISC", |
11 | 11 | "dependencies": { |
12 | 12 | "array-unique": "^0.3.2", |
package.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.2", | |
3 | + "version": "1.45.3", | |
4 | 4 | "description": "SDK for Komodo", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | }, |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | - "url": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git" | |
13 | + "url": "https://gitlab.kodesumber.com/komodo/komodo-sdk.git" | |
14 | 14 | }, |
15 | 15 | "keywords": [ |
16 | 16 | "ppob", |