Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 7, 2022
1 parent 700e63d commit ae57fea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.2](https://github.com/niloysikdar/neoenv/compare/v1.0.1...v1.0.2) (2022-10-07)


### Bug Fixes

* **args:** change the syntax from = to another arg ([9e43cc5](https://github.com/niloysikdar/neoenv/commit/9e43cc5096747c7d75a04aee675ada0958720beb))
* **generate:** default out env.config.ts > env.ts ([81c8d3c](https://github.com/niloysikdar/neoenv/commit/81c8d3c19474161522e5b9c75b118d16a96705d6))
* **generate:** fix the default generated file type to ts ([d4ed4de](https://github.com/niloysikdar/neoenv/commit/d4ed4de83b7dbb6363d83effc0052ed9f01ce7c1))


### Performance Improvements

* **generate:** change the typecasting syntax for ts ([f6ad257](https://github.com/niloysikdar/neoenv/commit/f6ad257dce84fa5f09a281357ee2bbb0cac57e4e))

## [1.0.1](https://github.com/niloysikdar/neoenv/compare/v1.0.0...v1.0.1) (2022-10-07)

# 1.0.0 (2022-10-06)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neoenv",
"version": "1.0.1",
"version": "1.0.2",
"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 ☄️🚀",
"author": {
"name": "Niloy Sikdar",
Expand Down

0 comments on commit ae57fea

Please sign in to comment.