Skip to content

Commit 4506393

Browse files
Bump version
1 parent bf22f4d commit 4506393

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## [2.5.3]
10+
### Changed
11+
- Use a separate `ts-node` compiler per-snippet to ensure that compilation of snippets is independent
12+
913
## [2.5.2]
1014
### Removed
1115
- Obsolete Travis CI build badge from README

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript",
1919
"verify"
2020
],
21-
"version": "2.5.2",
21+
"version": "2.5.3",
2222
"main": "dist/index.js",
2323
"@types": "dist/index.d.ts",
2424
"bin": {

0 commit comments

Comments
 (0)