Skip to content

Commit dbb459a

Browse files
author
Zibi Braniecki
committed
fluent-dom 0.1.0
1 parent 9c8dd6f commit dbb459a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

fluent-dom/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased
4+
-
5+
6+
## fluent-dom 0.1.0
47

58
- Extend formatWithFallback to accept async iterator (#46)
69
- Documented all methods
@@ -18,7 +21,6 @@
1821
- Added a guard to prevent leaking attributes between translations (#73)
1922
- Added a performance optimization coalescing all translations from mutations
2023
per animation frame (#113)
21-
-
2224

2325
## fluent-dom 0.0.1
2426

fluent-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-dom",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Fluent bindings for DOM",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)