Skip to content

Commit

Permalink
chore: release 0.1.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Sep 3, 2021
1 parent d01972d commit b35fbed
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.1.0 (2021-09-03)


### ⚠ BREAKING CHANGES

* rename node.val to node.value
* rename node.attrsMap to node.attributes
* rename node.child to node.children

### Miscellaneous Chores

* rename node.attrsMap to node.attributes ([a630b11](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/a630b11d3627bc8c960e671088267d83472ae9f4))
* rename node.child to node.children ([4501cb4](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/4501cb4835741d2b50a49c7f50cbad1a6d67ef4d))


### Code Refactoring

* rename node.val to node.value ([2b27e37](https://www.github.com/cheminfo/arraybuffer-xml-parser/commit/2b27e37fefa80d920b0d255ab4f59f90eee15386))

## 0.1.0 (2021-09-01)


Expand Down

0 comments on commit b35fbed

Please sign in to comment.