Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-David committed Apr 16, 2023
1 parent 439406f commit ce5bb1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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/davipon/esbuild-plugin-pino/compare/v1.3.0...v2.0.0) (2023-04-16)


### 🚚 Chores

* add esbuild as peer dependency ([#79](https://github.com/davipon/esbuild-plugin-pino/issues/79)) ([ed8ff23](https://github.com/davipon/esbuild-plugin-pino/commit/ed8ff23171b745623be1da1f48f8d3f9ece6920b))
* **deps:** update all non-major dependencies ([fb79fd0](https://github.com/davipon/esbuild-plugin-pino/commit/fb79fd0bcf057f2f659f24b4a253e2cf1f7173a0))
* **deps:** update dependency esbuild to v0.17.15 ([e2119ef](https://github.com/davipon/esbuild-plugin-pino/commit/e2119ef4f0714531f84ff3ba4f53db1cd477eb1f))
* **deps:** update dependency typescript to v5.0.3 ([#71](https://github.com/davipon/esbuild-plugin-pino/issues/71)) ([56c4e80](https://github.com/davipon/esbuild-plugin-pino/commit/56c4e8031631d310d9a75464d580035c45881374))


### 🔨 Build System

* fix pnpm-lock.yaml ([439406f](https://github.com/davipon/esbuild-plugin-pino/commit/439406fbfc75adefa0bd55e63f53b9a48f798699))

## [1.3.0](https://github.com/davipon/esbuild-plugin-pino/compare/v1.2.8...v1.3.0) (2023-03-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-plugin-pino",
"version": "1.3.0",
"version": "2.0.0",
"description": "An esbuild plugin to generate extra pino files for bundling",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit ce5bb1c

Please sign in to comment.