Skip to content

Commit ae57fea

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2022-10-07) ### Bug Fixes * **args:** change the syntax from = to another arg ([9e43cc5](9e43cc5)) * **generate:** default out env.config.ts > env.ts ([81c8d3c](81c8d3c)) * **generate:** fix the default generated file type to ts ([d4ed4de](d4ed4de)) ### Performance Improvements * **generate:** change the typecasting syntax for ts ([f6ad257](f6ad257))
1 parent 700e63d commit ae57fea

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.2](https://github.com/niloysikdar/neoenv/compare/v1.0.1...v1.0.2) (2022-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **args:** change the syntax from = to another arg ([9e43cc5](https://github.com/niloysikdar/neoenv/commit/9e43cc5096747c7d75a04aee675ada0958720beb))
7+
* **generate:** default out env.config.ts > env.ts ([81c8d3c](https://github.com/niloysikdar/neoenv/commit/81c8d3c19474161522e5b9c75b118d16a96705d6))
8+
* **generate:** fix the default generated file type to ts ([d4ed4de](https://github.com/niloysikdar/neoenv/commit/d4ed4de83b7dbb6363d83effc0052ed9f01ce7c1))
9+
10+
11+
### Performance Improvements
12+
13+
* **generate:** change the typecasting syntax for ts ([f6ad257](https://github.com/niloysikdar/neoenv/commit/f6ad257dce84fa5f09a281357ee2bbb0cac57e4e))
14+
115
## [1.0.1](https://github.com/niloysikdar/neoenv/compare/v1.0.0...v1.0.1) (2022-10-07)
216

317
# 1.0.0 (2022-10-06)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neoenv",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "🔐 Lightweight, zero-dependency, new generation module for hassle free, clean, typed and safe environment variables management for modern developers 🔥 Supercharge your .env using neoenv with more advanced controls and powers ☄️🚀",
55
"author": {
66
"name": "Niloy Sikdar",

0 commit comments

Comments
 (0)