Skip to content

Commit 65a56bd

Browse files
committed
chore(release): 5.2.0
1 parent 2fef01b commit 65a56bd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.2.0"></a>
6+
7+
# [5.2.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.1.0...v5.2.0) (2019-01-14)
8+
9+
### Bug Fixes
10+
11+
- **npm-scripts:** run build script only in postrelease ([fbb8555](https://github.com/Hotell/typescript-lib-starter/commit/fbb8555))
12+
13+
### Features
14+
15+
- **scripts:** include rc files in migrate scripts ([2fef01b](https://github.com/Hotell/typescript-lib-starter/commit/2fef01b))
16+
517
<a name="5.1.0"></a>
618

719
# [5.1.0](https://github.com/Hotell/typescript-lib-starter/compare/v5.0.0...v5.1.0) (2019-01-11)

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.1.0",
3+
"version": "5.2.0",
44
"description": "TypeScript library setup for multiple compilation targets using tsc and rollup",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)