Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 30, 2024
1 parent f4d9f34 commit d96f4ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.0](https://github.com/webpod/envapi/compare/v0.0.1...v0.1.0) (2024-12-30)

### Features
* feat: provide default export ([f4d9f34](https://github.com/webpod/envapi/commit/f4d9f346fd9b874fe36432048f93f04be79d575a))

## [0.0.1](https://github.com/webpod/envapi/compare/undefined...v0.0.1) (2024-12-30)

### Fixes & improvements
Expand All @@ -8,5 +13,3 @@
### Features
* feat: `parse` accepts buffer instance ([26b2cbd](https://github.com/webpod/envapi/commit/26b2cbd8a24a7c28db306b571009d169bb298c5d))
* feat: provide `load` and `config` API ([b99ac60](https://github.com/webpod/envapi/commit/b99ac600016faffcda90d62a304557fa1d5d1fc3))


4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envapi",
"version": "0.0.1",
"version": "0.1.0",
"description": "An API to interact with environment files",
"type": "module",
"main": "target/cjs/index.cjs",
Expand Down

0 comments on commit d96f4ff

Please sign in to comment.