From c05599081a6583ae89089e79d26f6f47bd5b19ed Mon Sep 17 00:00:00 2001 From: Tommy Leunen Date: Wed, 17 Apr 2024 06:36:38 -0400 Subject: [PATCH] chore(release): 2.1.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd18b86..6697c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.1](https://github.com/tleunen/find-babel-config/compare/v2.1.0...v2.1.1) (2024-04-17) + + +### Bug Fixes + +* Add node16 support back ([#76](https://github.com/tleunen/find-babel-config/issues/76)) ([97c759a](https://github.com/tleunen/find-babel-config/commit/97c759a422df76208c5c041b9e2883aa6ba38e57)) + ## [2.1.0](https://github.com/tleunen/find-babel-config/compare/v2.0.0...v2.1.0) (2024-04-17) ## [2.0.0](https://github.com/tleunen/find-babel-config/compare/v1.2.0...v2.0.0) (2023-01-09) diff --git a/package-lock.json b/package-lock.json index 3f3fcec..be28b6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-babel-config", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "find-babel-config", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "json5": "^2.2.3", diff --git a/package.json b/package.json index 3fae240..0244993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-babel-config", - "version": "2.1.0", + "version": "2.1.1", "main": "src/index.js", "description": "Find the closest babel config based on a directory", "repository": {