From e65b7809cdb6cbb89e1c81530a22c99c78c7db1e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 14 Feb 2022 19:39:50 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021727a8..5c507f45 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.1.0](https://github.com/ghost91-/foundry-factory/compare/v1.0.0...v1.1.0) (2022-02-14) + + +### Features + +* **ghost's gulp+rollup preset:** extract typechecking into a separate ci step ([7c308e6](https://github.com/ghost91-/foundry-factory/commit/7c308e6c2bb931afe87d0ea16290327ccc43f505)) + + +### Bug Fixes + +* **ghost's gulp+rollup preset:** fix testing ([0f50a9d](https://github.com/ghost91-/foundry-factory/commit/0f50a9d5a1f948e30d9421ecd567488e00c654a0)) +* **ghost's gulp+rollup preset:** make build:watch work when using TypeScript ([73dd0ec](https://github.com/ghost91-/foundry-factory/commit/73dd0eca2aafd92f80ed0ca17152f579169a1d71)) + ## [1.0.0](https://github.com/ghost91-/foundry-factory/compare/v0.7.6...v1.0.0) (2022-01-20) diff --git a/package-lock.json b/package-lock.json index 574de27c..ec45e9e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ghost-fvtt/foundry-factory", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c7fd3707..e2c7b346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ghost-fvtt/foundry-factory", - "version": "1.0.0", + "version": "1.1.0", "description": "An interactive command line tool to bootstrap modules and systems for Foundry Virtual Tabletop", "main": "./dist/index.mjs", "bin": {