We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1dd29 commit 4c7a0abCopy full SHA for 4c7a0ab
CHANGELOG
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [2.5.2]
10
+### Removed
11
+- Obsolete Travis CI build badge from README
12
+
13
## [2.5.1]
14
### Added
15
- Override any project-specific `ts-node` `transpileOnly` to force type checking when compiling code snippets
package.json
@@ -18,7 +18,7 @@
18
"typescript",
19
"verify"
20
],
21
- "version": "2.5.1",
+ "version": "2.5.2",
22
"main": "dist/index.js",
23
"@types": "dist/index.d.ts",
24
"bin": {
0 commit comments