Skip to content

Commit

Permalink
chore(main): release cosmiconfig 8.3.1 (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Sep 2, 2023
1 parent 59082e2 commit 408c9cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "8.3.0"
".": "8.3.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [8.3.1](https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.0...cosmiconfig-v8.3.1) (2023-09-02)


### Bug Fixes

* do not resolve `stopDir` when undefined ([59082e2](https://github.com/cosmiconfig/cosmiconfig/commit/59082e2968fe56f2d399632d951850f13a5383be)), closes [#317](https://github.com/cosmiconfig/cosmiconfig/issues/317)

## [8.3.0](https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.2.0...cosmiconfig-v8.3.0) (2023-09-02)


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
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig",
"version": "8.3.0",
"version": "8.3.1",
"description": "Find and load configuration from a package.json property, rc file, TypeScript module, and more!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 408c9cc

Please sign in to comment.