We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef7287 commit e5c3937Copy full SHA for e5c3937
release-notes.md
@@ -2,7 +2,21 @@
2
3
## Development
4
5
-[Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...master)
+[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)
20
21
## v4.1.0 - February 7th, 2019
22
New Features
0 commit comments