Skip to content

Commit 586cdb3

Browse files
committed
chore(release): 3.1.2
1 parent c16e858 commit 586cdb3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [3.1.2](https://github.com/bitjson/typescript-starter/compare/v3.1.1...v3.1.2) (2020-09-08)
6+
7+
8+
### Bug Fixes
9+
10+
* avoid adding WASM example without DOM definitions ([#244](https://github.com/bitjson/typescript-starter/issues/244)) ([c16e858](https://github.com/bitjson/typescript-starter/commit/c16e8589f3a03f182ec1508d3f0e1883ff84e30d)), closes [#243](https://github.com/bitjson/typescript-starter/issues/243)
11+
512
### [3.1.1](https://github.com/bitjson/typescript-starter/compare/v3.1.0...v3.1.1) (2020-09-02)
613

714

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-starter",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A typescript starter for building javascript libraries and projects",
55
"bin": {
66
"typescript-starter": "./bin/typescript-starter"

0 commit comments

Comments
 (0)