Skip to content

Commit

Permalink
chore(release): 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tobua committed May 23, 2021
1 parent f32b668 commit 2d23452
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2d23452

Please sign in to comment.