From 0118c147575716f458777159f4cc431ae9a3dfa2 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:19:48 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f6d90..8b38b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.1...v1.0.0) (2024-12-03) + + +### ⚠ BREAKING CHANGES + +* Simplifcations of the code + +### Features + +* Simplifcations of the code ([45a57d6](https://github.com/cheminfo/arraybuffer-xml-parser/commit/45a57d61f3038cfa6293706562f7c9fb934d6188)) + ## [0.6.1](https://github.com/cheminfo/arraybuffer-xml-parser/compare/v0.6.0...v0.6.1) (2024-05-14) diff --git a/package.json b/package.json index fbefbb8..75fae8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arraybuffer-xml-parser", - "version": "0.6.1", + "version": "1.0.0", "description": "Parse XML files contained in an array buffer", "main": "./lib/index.js", "module": "./lib-esm/index.js",