@vixoniccom/modules 2.12.0-dev.3 → 2.12.0-dev.4

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 +2 -22
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,32 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [2.12.0-dev.3](https://gitlab.com/mandomedio/vixonic/modules/compare/v2.12.0-dev.2...v2.12.0-dev.3) (2021-08-23)
6
-
7
- ## [2.12.0-dev.2](https://gitlab.com/mandomedio/vixonic/modules/compare/v2.12.0-dev.1...v2.12.0-dev.2) (2021-08-19)
8
-
9
-
10
- ### Features
11
-
12
- * **release:** node was upgrated to v14 ([259116d](https://gitlab.com/mandomedio/vixonic/modules/commit/259116d09a2c8b8b6b9f61a6e5d9b693daea6c42))
13
-
14
- ## [2.12.0-dev.1](https://gitlab.com/mandomedio/vixonic/modules/compare/v2.12.0-dev.0...v2.12.0-dev.1) (2021-08-19)
5
+ ## 2.12.0-dev.4 (2021-08-23)
15
6
 
16
7
 
17
8
  ### Bug Fixes
18
9
 
19
- * **release:** Typescript was upgrated to v4 and also several fixes were apply with the new dependencies ([e706e00](https://gitlab.com/mandomedio/vixonic/modules/commit/e706e007b9a31b4ef44aeafdb7002e5007e61627))
20
-
21
- <a name="2.12.0-dev.0"></a>
22
- # 2.12.0-dev.0 (2021-08-18)
23
-
24
-
25
- ### Features
26
-
27
- * **release:** Node JS was upgrated to v10 ([51af8e1](https://gitlab.com/mandomedio/vixonic/modules/commit/51af8e1))
28
- * **release:** Node JS was upgrated to v12 and Typescript to v2.8 ([aee58cf](https://gitlab.com/mandomedio/vixonic/modules/commit/aee58cf))
29
-
30
-
10
+ * **release:** modules was upgrated to last typescript version and node 10 ([5cf21ee](https://gitlab.com/mandomedio/vixonic/modules/commit/5cf21ee5f375c105f1c7005e888e202d7e4749b5))
31
11
 
32
12
  <a name="2.11.0"></a>
33
13
  # [2.11.0](https://bitbucket.org/vixonicmodules/modules/compare/v2.10.0...v2.11.0) (2019-01-21)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vixoniccom/modules",
3
- "version": "2.12.0-dev.3",
3
+ "version": "2.12.0-dev.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,7 +14,7 @@
14
14
  "author": "",
15
15
  "license": "ISC",
16
16
  "devDependencies": {
17
- "@types/node": "^10.17.60",
17
+ "@types/node": "^12.20.20",
18
18
  "jest": "^27.0.6",
19
19
  "standard-version": "^9.3.1",
20
20
  "ts-node": "^10.2.1",