Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beyerleinf committed Feb 18, 2022
1 parent 50bef51 commit 1d46913
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [1.0.0](https://github.com/beyerleinf/esbuild-azure-functions/compare/v0.1.0...v1.0.0) (2022-02-18)


### Features

* Implement dirname plugin ([c559f4b](https://github.com/beyerleinf/esbuild-azure-functions/commit/c559f4b237e9831b67289da7b1fedd83828cab80)), closes [#3](https://github.com/beyerleinf/esbuild-azure-functions/issues/3)
* Implement watch mode ([6962abf](https://github.com/beyerleinf/esbuild-azure-functions/commit/6962abf29f265d4af333e5e17a0063de264de94e)), closes [#2](https://github.com/beyerleinf/esbuild-azure-functions/issues/2)


### Bug Fixes

* Change default esbuild config ([9ab74ad](https://github.com/beyerleinf/esbuild-azure-functions/commit/9ab74adb3e2705a5e6a744bcbb907cdb5b566abc)), closes [#1](https://github.com/beyerleinf/esbuild-azure-functions/issues/1)

## 0.1.0 (2022-02-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-azure-functions",
"version": "0.1.0",
"version": "1.0.0",
"description": "A builder for Azure Functions powered by esbuild.",
"main": "build/src/index.js",
"bin": {
Expand Down

0 comments on commit 1d46913

Please sign in to comment.