diff --git a/CHANGELOG.md b/CHANGELOG.md index b776eda..fd83265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ -# Change Log +# Changelog 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. +## [2.0.0](https://github.com/tleunen/find-babel-config/compare/v1.2.0...v2.0.0) (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* The order or config file lookup is ".babelrc, .babelrc.js, babel.config.js, package.json" +* Node 8 is the minimum supported version + +### Bug Fixes + +* Fix order or config file lookup to be the same in sync and async functions ([#38](https://github.com/tleunen/find-babel-config/issues/38)) ([4fde4bb](https://github.com/tleunen/find-babel-config/commit/4fde4bbe9afec0d9ecc413d26c88d94fef33848f)) + + +* Update dependencies ([#37](https://github.com/tleunen/find-babel-config/issues/37)) ([4198a93](https://github.com/tleunen/find-babel-config/commit/4198a93f68cda2a1d9004d542fb0435df4065615)) + # [1.2.0](https://github.com/tleunen/find-babel-config/compare/v1.1.0...v1.2.0) (2019-03-04) diff --git a/package.json b/package.json index bd74ffb..e7f647c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-babel-config", - "version": "1.2.0", + "version": "2.0.0", "main": "lib/index.js", "description": "Find the closest babel config based on a directory", "repository": {