Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Oct 6, 2022
1 parent f67a748 commit b32a067
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.0.0 (2022-10-06)


### Bug Fixes

* **generate-ts:** fix support for custom path ([59374c4](https://github.com/niloysikdar/neoenv/commit/59374c4cc16ce4795fdbff5f879f53779cf3e617))
* **package.json:** fix main, module, types and files fields in package.json ([f9146b4](https://github.com/niloysikdar/neoenv/commit/f9146b464090f68bbcddc2b380b14834754c99d6))
* **type:** fix typos ([a0a628a](https://github.com/niloysikdar/neoenv/commit/a0a628ade1ba431b0950ed5b9cf9e0040a7d9020))


### Features

* add lint-staged ([6088dde](https://github.com/niloysikdar/neoenv/commit/6088dde806f0732f81526e5a7f64b441df89d8b1))
* **generate:** add _getArgs function to generate.ts ([2d49365](https://github.com/niloysikdar/neoenv/commit/2d493655cdde713965c4fadd730b616468b8f69a))
* **generate:** add full support for ts file types ([844f8bd](https://github.com/niloysikdar/neoenv/commit/844f8bd6300121361f25f83408820793bced43ab))
* **generate:** add support for js with cjs default ([1691e4d](https://github.com/niloysikdar/neoenv/commit/1691e4d10da5f70bd7b84a162a2ec792df5769ca))
* **init:** initialization of the project ([0d39c74](https://github.com/niloysikdar/neoenv/commit/0d39c741d3df1e6061155d7ad0a48cad11793c8f))
* **parse:** add parseData function ([d98b801](https://github.com/niloysikdar/neoenv/commit/d98b8017f747465ddd8212874ddc79237f76c39f))
* **register:** add register function to the package ([ac37a59](https://github.com/niloysikdar/neoenv/commit/ac37a59ee0e45edcc4d597a831569de2ec5ee838))
* **setup:** bootstrapped the projet ([b2d409f](https://github.com/niloysikdar/neoenv/commit/b2d409f53ac558a3dad730c60a7016fe07912c72))
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": "0.0.0",
"version": "1.0.0",
"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 ☄️🚀",
"author": {
"name": "Niloy Sikdar",
Expand Down

0 comments on commit b32a067

Please sign in to comment.