Skip to content

Commit

Permalink
chore(main): release cosmiconfig 8.3.3 (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Fischer <daniel@d-fischer.dev>
  • Loading branch information
release-please[bot] and d-fischer committed Sep 3, 2023
1 parent 5546550 commit bd90c89
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.3.2"
".": "8.3.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.3.3](https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.2...cosmiconfig-v8.3.3) (2023-09-03)


### Bug Fixes

* add back node 14 compat ([7392541](https://github.com/cosmiconfig/cosmiconfig/commit/7392541527fbe71302cd3a6e42a343c928f3b2fb)), closes [#320](https://github.com/cosmiconfig/cosmiconfig/issues/320)

## [8.3.2](https://github.com/cosmiconfig/cosmiconfig/compare/cosmiconfig-v8.3.1...cosmiconfig-v8.3.2) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmiconfig",
"version": "8.3.2",
"version": "8.3.3",
"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 bd90c89

Please sign in to comment.