Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit dcfd0e6

Browse files
authored
Prepare 1.3.0 release. (#113)
- Bump dependencies. - Stricter tsconfig (same as tools monorepo). - Hack for conflicting typings issue with parse5. - Test with Node 10.
1 parent 773d5e5 commit dcfd0e6

File tree

6 files changed

+211
-218
lines changed

6 files changed

+211
-218
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
33
- "8"
4-
- "9"
4+
- "10"
55
script:
66
- npm test

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
<!-- ## [Unreleased] -->
8+
9+
## [1.3.0] - 2018-06-29
810
- Generate typings for class constructors.
911
- Add `@ts-ignore` comment if method contains `@suppress {checkTypes}` in jsdoc.
1012

0 commit comments

Comments
 (0)