From 1d469138f891764ffb593187ad1982adfe942b29 Mon Sep 17 00:00:00 2001 From: Fabian Beyerlein Date: Fri, 18 Feb 2022 23:49:52 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa479a..cb3a673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3f9ec34..2fcae54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esbuild-azure-functions", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "esbuild-azure-functions", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "colorette": "^2.0.16", diff --git a/package.json b/package.json index 48f4872..a902c3a 100644 --- a/package.json +++ b/package.json @@ -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": {