Skip to content

Commit

Permalink
chore(release): 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jan 16, 2019
1 parent 4a3e3cb commit 1e83b4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="5.3.0"></a>

# [5.3.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.2.0...v5.3.0) (2019-01-16)

### Bug Fixes

- **templates:** fix typo in README.md template([#170](https://github.com/Hotell/typescript-lib-starter/issues/170)) ([7607620](https://github.com/Hotell/typescript-lib-starter/commit/7607620))

### Features

- **vscode:** switch to ts-tslint-plugin in favour of tslint ([4a3e3cb](https://github.com/Hotell/typescript-lib-starter/commit/4a3e3cb))

<a name="5.2.0"></a>

# [5.2.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.1.0...v5.2.0) (2019-01-14)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@martin_hotell/typescript-lib-starter",
"version": "5.2.0",
"version": "5.3.0",
"description": "TypeScript library setup for multiple compilation targets using tsc and rollup",
"keywords": [
"typescript",
Expand Down

0 comments on commit 1e83b4d

Please sign in to comment.