Skip to content

Commit

Permalink
chore(esbuild-plugins-node-modules-polyfill): release esbuild-plugins…
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Aug 23, 2023
1 parent 6e84c9b commit 8681bbb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.1](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/compare/v1.4.0...v1.4.1) - (2023-08-23)

## 🐛 Bug Fixes

- Support package.json browser field (#150) ([6e84c9b](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/commit/6e84c9b012dab7b923629a58a11d5ba0d22d0428))

# [1.4.0](https://github.com/imranbarbhuiya/esbuild-plugins-node-modules-polyfill/compare/v1.3.2...v1.4.0) - (2023-08-19)

## 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-plugins-node-modules-polyfill",
"version": "1.4.0",
"version": "1.4.1",
"description": "Polyfills nodejs builtin modules and globals for the browser.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.47.0",
"eslint-config-mahir": "^0.0.31",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"pinst": "^3.0.0",
"prettier": "^3.0.2",
"tsup": "^7.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ __metadata:
eslint: ^8.47.0
eslint-config-mahir: ^0.0.31
husky: ^8.0.3
lint-staged: ^14.0.0
lint-staged: ^14.0.1
local-pkg: ^0.4.3
pinst: ^3.0.0
prettier: ^3.0.2
Expand Down Expand Up @@ -4517,9 +4517,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:^14.0.0":
version: 14.0.0
resolution: "lint-staged@npm:14.0.0"
"lint-staged@npm:^14.0.1":
version: 14.0.1
resolution: "lint-staged@npm:14.0.1"
dependencies:
chalk: 5.3.0
commander: 11.0.0
Expand All @@ -4533,7 +4533,7 @@ __metadata:
yaml: 2.3.1
bin:
lint-staged: bin/lint-staged.js
checksum: 7269cd21c15a7b5734a28775f879a91f6b59291bec9a897a1f2faae1cd8316dd50e19fd13207fb6798c705eb5371a25caee0e2dfd5932fbcd38ea5f8155f918c
checksum: 8c5d740cb3c90fab2d970fa6bbffe5ddf35ec66ed374a52caf3a3cf83d8f4d5fd01a949994822bce5ea18c0b8dc8fa4ce087ef886a8c11db674139a063cdfe4f
languageName: node
linkType: hard

Expand Down

0 comments on commit 8681bbb

Please sign in to comment.