Skip to content

Commit a5ab64a

Browse files
CodemaskCodemask
authored andcommitted
chore: release v2.0.0
1 parent 79496e4 commit a5ab64a

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1+
# Changelog
12

3+
## [2.0.0](https://github.com/codemask-labs/node-config/compare/1.4.2...2.0.0) (2025-01-13)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* version 2
8+
9+
### Features
10+
11+
* added manual version input ([45b91e3](https://github.com/codemask-labs/node-config/commit/45b91e36f43316ee431146132e147781ef319a79))
12+
* added release inputs ([3cd81fb](https://github.com/codemask-labs/node-config/commit/3cd81fbd5c8150ffcc7a441bbdbb38710dc38a6a))
13+
* unreferenced methods ([c374581](https://github.com/codemask-labs/node-config/commit/c3745818a15cb90c462037a19f4853a11fc3d979))
14+
* updated readme ([e2d9473](https://github.com/codemask-labs/node-config/commit/e2d9473115f5f078d2c6fa4ba79b35525a8a6997))
15+
* updated release action ([c20d657](https://github.com/codemask-labs/node-config/commit/c20d65745bd7c7cb0bd395fa5b0dd95aa13b01d1))
16+
* updated yarn ([d2f6497](https://github.com/codemask-labs/node-config/commit/d2f64970dd66f407cd3e8e4f1507b7f36ea26bb2))
17+
* version 2 ([7330944](https://github.com/codemask-labs/node-config/commit/7330944cc4649694195c0921196d77ec0c9b33bf))
18+
19+
### Bug Fixes
20+
21+
* jest ([17f8cde](https://github.com/codemask-labs/node-config/commit/17f8cdebdce0adb3e5d04337e0519a2fb5cdd224))
22+
* tests ([9c13d5e](https://github.com/codemask-labs/node-config/commit/9c13d5e5cbd0c65cfebe8026eddbbc3de2a8271f))
23+
* yarn.lock ([2538bcf](https://github.com/codemask-labs/node-config/commit/2538bcfe24fc2f20e20a571e3dc0cdde9f977c39))
224

325
## [1.4.2](https://github.com/codemaskinc/nestjs-config/compare/1.4.1...1.4.2) (2024-06-21)
426

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Codemask <contact@codemask.com> (https://github.com/codemask-labs/node-config)",
44
"repository": "https://github.com/codemask-labs/node-config",
55
"license": "MIT",
6-
"version": "1.4.2",
6+
"version": "2.0.0",
77
"description": "Node Config Module",
88
"main": "dist/index.js",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)