We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e7e7a commit c02827fCopy full SHA for c02827f
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.3.1](https://github.com/codemaskinc/nestjs-config/compare/1.3.0...1.3.1) (2024-01-24)
4
+
5
6
+### Bug Fixes
7
8
+* normalizing new lines ([ea1abfd](https://github.com/codemaskinc/nestjs-config/commit/ea1abfd0601552a45529817435c39aca1f83f191))
9
10
## [1.3.0](https://github.com/codemaskinc/nestjs-config/compare/1.2.2...1.3.0) (2024-01-22)
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.0",
+ "version": "1.3.1",
"description": "Nestjs Config Module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments