Skip to content

Commit e5c3937

Browse files
committedMar 16, 2019
Update release notes
1 parent aef7287 commit e5c3937

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎release-notes.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
## Development
44

5-
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...master)
5+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...master)
6+
7+
## v4.1.1 - March 16th, 2019
8+
Bugfixes:
9+
- fix: add "runtime.d.ts" to allow "require('handlebars/runtime')" in TypeScript - 5cedd62
10+
11+
Refactorings:
12+
- replace "async" with "neo-async" - 048f2ce
13+
- use "substring"-function instead of "substr" - 445ae12
14+
15+
Compatibility notes:
16+
- This is a bugfix release. There are no breaking change and no new features.
17+
18+
19+
[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.1)
620

721
## v4.1.0 - February 7th, 2019
822
New Features

0 commit comments

Comments
 (0)
Please sign in to comment.