diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..64dee6e --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 313240c..d4a9969 100644 --- a/package.json +++ b/package.json @@ -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",