Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -4,8 +4,14 @@ 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.44.2](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.44.1...v1.44.2)
  8 +
  9 +- Add push to github on npm postversion [`715bf26`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/715bf267093e9c7e7d6b1b87b1d4c5b020054961)
  10 +
7 11 #### [v1.44.1](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.44.0...v1.44.1)
8 12  
  13 +> 13 January 2022
  14 +
9 15 - Add xid on pull [`fb3e2cb`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/fb3e2cb62358d4238753eaf4c415e48b8c378c9c)
10 16  
11 17 #### [v1.44.0](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.43.10...v1.44.0)
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.44.1",
  3 + "version": "1.44.2",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-sdk",
9   - "version": "1.44.1",
  9 + "version": "1.44.2",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "array-unique": "^0.3.2",
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.44.1",
  3 + "version": "1.44.2",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {
7 7 "test": "mocha",
8   - "postversion": "git push && git push --tags",
  8 + "postversion": "git push && git push --tags && git push github && git push github --tags",
9 9 "version": "auto-changelog -p && git add CHANGELOG.md"
10 10 },
11 11 "repository": {