Skip to content

Commit 0e5837b

Browse files
committed
chore(release): 5.1.0
1 parent 555ef6a commit 0e5837b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.1.0"></a>
6+
7+
# [5.1.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.0.0...v5.1.0) (2019-01-11)
8+
9+
### Bug Fixes
10+
11+
- **config:** copy global.d.ts on migrate ([555ef6a](https://github.com/Hotell/typescript-lib-starter/commit/555ef6a))
12+
- **scripts:** make migrate scripts work ([79ba6f3](https://github.com/Hotell/typescript-lib-starter/commit/79ba6f3))
13+
- **scripts:** remove postinstall npm script on migrate ([f9c73fa](https://github.com/Hotell/typescript-lib-starter/commit/f9c73fa))
14+
15+
### Features
16+
17+
- **scripts:** handle init termination ([#155](https://github.com/Hotell/typescript-lib-starter/issues/155)) ([614d7a8](https://github.com/Hotell/typescript-lib-starter/commit/614d7a8)), closes [#153](https://github.com/Hotell/typescript-lib-starter/issues/153)
18+
- constraint npm,yarn version ([358011e](https://github.com/Hotell/typescript-lib-starter/commit/358011e))
19+
- **scripts:** implement build script ([1791426](https://github.com/Hotell/typescript-lib-starter/commit/1791426))
20+
- **scripts:** implement file-size script ([#162](https://github.com/Hotell/typescript-lib-starter/issues/162)) ([6a8b68e](https://github.com/Hotell/typescript-lib-starter/commit/6a8b68e))
21+
522
<a name="5.0.0"></a>
623

724
# [5.0.0](https://github.com/Hotell/typescript-lib-starter/compare/v4.1.0...v5.0.0) (2018-12-12)

package.json

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

0 commit comments

Comments
 (0)