Skip to content

Commit b32a067

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-10-06) ### Bug Fixes * **generate-ts:** fix support for custom path ([59374c4](59374c4)) * **package.json:** fix main, module, types and files fields in package.json ([f9146b4](f9146b4)) * **type:** fix typos ([a0a628a](a0a628a)) ### Features * add lint-staged ([6088dde](6088dde)) * **generate:** add _getArgs function to generate.ts ([2d49365](2d49365)) * **generate:** add full support for ts file types ([844f8bd](844f8bd)) * **generate:** add support for js with cjs default ([1691e4d](1691e4d)) * **init:** initialization of the project ([0d39c74](0d39c74)) * **parse:** add parseData function ([d98b801](d98b801)) * **register:** add register function to the package ([ac37a59](ac37a59)) * **setup:** bootstrapped the projet ([b2d409f](b2d409f))
1 parent f67a748 commit b32a067

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 1.0.0 (2022-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **generate-ts:** fix support for custom path ([59374c4](https://github.com/niloysikdar/neoenv/commit/59374c4cc16ce4795fdbff5f879f53779cf3e617))
7+
* **package.json:** fix main, module, types and files fields in package.json ([f9146b4](https://github.com/niloysikdar/neoenv/commit/f9146b464090f68bbcddc2b380b14834754c99d6))
8+
* **type:** fix typos ([a0a628a](https://github.com/niloysikdar/neoenv/commit/a0a628ade1ba431b0950ed5b9cf9e0040a7d9020))
9+
10+
11+
### Features
12+
13+
* add lint-staged ([6088dde](https://github.com/niloysikdar/neoenv/commit/6088dde806f0732f81526e5a7f64b441df89d8b1))
14+
* **generate:** add _getArgs function to generate.ts ([2d49365](https://github.com/niloysikdar/neoenv/commit/2d493655cdde713965c4fadd730b616468b8f69a))
15+
* **generate:** add full support for ts file types ([844f8bd](https://github.com/niloysikdar/neoenv/commit/844f8bd6300121361f25f83408820793bced43ab))
16+
* **generate:** add support for js with cjs default ([1691e4d](https://github.com/niloysikdar/neoenv/commit/1691e4d10da5f70bd7b84a162a2ec792df5769ca))
17+
* **init:** initialization of the project ([0d39c74](https://github.com/niloysikdar/neoenv/commit/0d39c741d3df1e6061155d7ad0a48cad11793c8f))
18+
* **parse:** add parseData function ([d98b801](https://github.com/niloysikdar/neoenv/commit/d98b8017f747465ddd8212874ddc79237f76c39f))
19+
* **register:** add register function to the package ([ac37a59](https://github.com/niloysikdar/neoenv/commit/ac37a59ee0e45edcc4d597a831569de2ec5ee838))
20+
* **setup:** bootstrapped the projet ([b2d409f](https://github.com/niloysikdar/neoenv/commit/b2d409f53ac558a3dad730c60a7016fe07912c72))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neoenv",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "🔐 Hassle-free, clean, typed and safe management of environment variables 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)