Skip to content

Commit b35fbed

Browse files
authored
chore: release 0.1.0 (#2)
1 parent d01972d commit b35fbed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.1.0 (2021-09-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rename node.val to node.value
9+
* rename node.attrsMap to node.attributes
10+
* rename node.child to node.children
11+
12+
### Miscellaneous Chores
13+
14+
* rename node.attrsMap to node.attributes ([a630b11](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/a630b11d3627bc8c960e671088267d83472ae9f4))
15+
* rename node.child to node.children ([4501cb4](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/4501cb4835741d2b50a49c7f50cbad1a6d67ef4d))
16+
17+
18+
### Code Refactoring
19+
20+
* rename node.val to node.value ([2b27e37](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/2b27e37fefa80d920b0d255ab4f59f90eee15386))
21+
322
## 0.1.0 (2021-09-01)
423

524

0 commit comments

Comments
 (0)