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 bf22f4d commit 4506393Copy full SHA for 4506393
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.3]
10
+### Changed
11
+- Use a separate `ts-node` compiler per-snippet to ensure that compilation of snippets is independent
12
+
13
## [2.5.2]
14
### Removed
15
- Obsolete Travis CI build badge from README
package.json
@@ -18,7 +18,7 @@
18
"typescript",
19
"verify"
20
],
21
- "version": "2.5.2",
+ "version": "2.5.3",
22
"main": "dist/index.js",
23
"@types": "dist/index.d.ts",
24
"bin": {
0 commit comments