Skip to content

Commit

Permalink
Merge branch 'release/0.9.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Sep 12, 2023
2 parents 8ddc4e4 + d90cbdd commit 3e4dfac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.9.0](https://github.com/allohamora/config-manager/compare/0.8.2...0.9.0) (2023-09-12)

### Features

- add option imports ([8154a93](https://github.com/allohamora/config-manager/commit/8154a933c4484b685e539e9188337c1114b73740))
- add sourcemap ([c751701](https://github.com/allohamora/config-manager/commit/c7517018d0c0888545306588fb8c382f5f70de8c))
- add support for numeric objects ([d44c80a](https://github.com/allohamora/config-manager/commit/d44c80a4ee8d083de5e4c5848120c9c609ea4bf3))

### [0.8.2](https://github.com/allohamora/config-manager/compare/0.8.1...0.8.2) (2023-09-07)

### Bug Fixes
Expand Down
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": "@allohamora/config-manager",
"version": "0.8.2",
"version": "0.9.0",
"description": "config manager",
"main": "./dist/index.cjs",
"exports": {
Expand Down

0 comments on commit 3e4dfac

Please sign in to comment.