Skip to content

Commit 1e83b4d

Browse files
committed
chore(release): 5.3.0
1 parent 4a3e3cb commit 1e83b4d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
<a name="5.3.0"></a>
6+
7+
# [5.3.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.2.0...v5.3.0) (2019-01-16)
8+
9+
### Bug Fixes
10+
11+
- **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))
12+
13+
### Features
14+
15+
- **vscode:** switch to ts-tslint-plugin in favour of tslint ([4a3e3cb](https://github.com/Hotell/typescript-lib-starter/commit/4a3e3cb))
16+
517
<a name="5.2.0"></a>
618

719
# [5.2.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.1.0...v5.2.0) (2019-01-14)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@martin_hotell/typescript-lib-starter",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "TypeScript library setup for multiple compilation targets using tsc and rollup",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)