diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b793d5..2b50ebd 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. +### [0.5.2](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.5.1...v0.5.2) (2022-10-26) + ### [0.5.1](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.5.0...v0.5.1) (2022-10-10) ## [0.5.0](https://github.com/nihalgonsalves/esbuild-plugin-browserslist/compare/v0.4.13...v0.5.0) (2022-08-23) diff --git a/package.json b/package.json index 3d9c9ee..9a972c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esbuild-plugin-browserslist", "description": "Configure esbuild's target based on a browserslist query", - "version": "0.5.1", + "version": "0.5.2", "author": "Nihal Gonsalves ", "repository": { "type": "git",