From 2d234529a7332c27f943bc3b2305565a5e4cea33 Mon Sep 17 00:00:00 2001 From: Matthias Giger Date: Sun, 23 May 2021 19:37:02 +0200 Subject: [PATCH] chore(release): 0.1.19 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd16234..e69ecfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +### [0.1.19](https://github.com/tobua/papua/compare/v0.1.18...v0.1.19) (2021-05-23) + + +### Features + +* **snow:** add typescript support ([4c5994f](https://github.com/tobua/papua/commit/4c5994fd66716f5bed1124608fe86d7523eb197c)) +* **snow:** create entry file for bundling with snowpack ([b3c0f63](https://github.com/tobua/papua/commit/b3c0f6375be1092d09d5e9ed1e22c38f0d9edeac)) +* **template:** add website template with state and css-in-js ([8fac9b1](https://github.com/tobua/papua/commit/8fac9b1fce725eaf850cc2e7ce1a556d900c8ce6)) +* **webpack:** add asynchronous type checking plugin ([9dfd937](https://github.com/tobua/papua/commit/9dfd937d95deb8c3f2e8d7e0e7caf815d6ce1626)) + + +### Bug Fixes + +* **test:** avoid infinite cycle error when transforming jest with babel ([073005a](https://github.com/tobua/papua/commit/073005aee2de9e8776b6f030a61c944df4a6b678)) +* **typescript:** use babel-loader to avoid React import ([718f5b1](https://github.com/tobua/papua/commit/718f5b18391d4a12d49c57b5997d1f41c66b24a7)) + ### [0.1.18](https://github.com/tobua/papua/compare/v0.1.17...v0.1.18) (2021-04-22) diff --git a/package.json b/package.json index ce56d4d..f2f3c41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "papua", "description": "Setup and build modern web applications.", - "version": "0.1.18", + "version": "0.1.19", "repository": "github:tobua/papua", "license": "MIT", "author": "Matthias Giger",