Skip to content

Commit

Permalink
Merge branch 'release/0.8.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Sep 7, 2023
2 parents 504dda4 + 9023cea commit fad0535
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.8.2](https://github.com/allohamora/config-manager/compare/0.8.1...0.8.2) (2023-09-07)

### Bug Fixes

- fix incorrect return types for orThrow methods ([504dda4](https://github.com/allohamora/config-manager/commit/504dda46a574f3b14fb31e9370d6932d392b9fdc))

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

### Features
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.1",
"version": "0.8.2",
"description": "config manager",
"main": "./dist/index.cjs",
"exports": {
Expand Down

0 comments on commit fad0535

Please sign in to comment.