We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b71d5 commit 01936caCopy full SHA for 01936ca
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.4.0](https://github.com/codemaskinc/nestjs-config/compare/1.3.2...1.4.0) (2024-01-24)
4
+
5
6
+### Features
7
8
+* service get config values ([14d9212](https://github.com/codemaskinc/nestjs-config/commit/14d921277d9969bccc215b38acfb05c67ddeda5c))
9
10
## [1.3.2](https://github.com/codemaskinc/nestjs-config/compare/1.3.1...1.3.2) (2024-01-24)
11
12
package.json
@@ -3,7 +3,7 @@
"author": "Codemask <contact@codemask.com> (https://github.com/codemaskinc/nestjs-config)",
"repository": "https://github.com/codemaskinc/nestjs-config",
"license": "MIT",
- "version": "1.3.2",
+ "version": "1.4.0",
"description": "Nestjs Config Module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments