From 0562f60ee1bc7f917f676f6105a89afbb299f687 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Mon, 11 Jul 2022 01:34:56 +0200 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..c113a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 0.1.0 + +- Initial commit [`344a7b0`](https://github.com/metalsmith/js-bundle/commit/344a7b04df1606513cd06c8dc21ef87dded025cf) +- Initial setup [`44fec12`](https://github.com/metalsmith/js-bundle/commit/44fec12e553a867fd9713190b9364893fdaaf906) +- fix: only gitignore root lib folder, add missing test files [`b8200e0`](https://github.com/metalsmith/js-bundle/commit/b8200e00470fbd69be6cc21becc2e603e59f8045) diff --git a/package.json b/package.json index 882377d..5bf2718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metalsmith/js-bundle", - "version": "0.0.1", + "version": "0.1.0", "description": "A metalsmith plugin that bundles your JS using esbuild", "keywords": [ "js-bundle",