From 4dcaddcc33d455df1dc015a2e368d45254d6f76c Mon Sep 17 00:00:00 2001 From: Tommy Leunen Date: Tue, 16 Apr 2024 20:40:30 -0400 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f5c324..fb2e466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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 6d86850..3f3fcec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "find-babel-config", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "find-babel-config", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "json5": "^2.2.3", diff --git a/package.json b/package.json index ff54cce..42f4942 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "find-babel-config", - "version": "2.0.0", + "version": "2.1.0", "main": "src/index.js", "description": "Find the closest babel config based on a directory", "repository": {