Skip to content

Commit 7b97f07

Browse files
committed
fix(expat): update Expat to version 2.7.1 #49
1 parent 549beaa commit 7b97f07

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/cppjs-package-expat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cpp.js/package-expat
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Update Expat to version 2.7.1. [#49](https://github.com/bugra9/cpp.js/issues/49)
8+
39
## 1.0.0
410

511
### Major Changes

packages/cppjs-package-expat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cpp.js/package-expat",
3-
"version": "1.0.0",
4-
"nativeVersion": "2.6.4",
3+
"version": "1.1.0",
4+
"nativeVersion": "2.7.1",
55
"description": "This package provides the precompiled Expat XML parser library, built using Cpp.js, for seamless integration into JavaScript, WebAssembly, and React Native projects. It enables fast and efficient parsing of XML data, making it ideal for applications requiring robust XML handling across platforms. Perfect for web, server-side, and mobile development environments.",
66
"homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-expat#readme",
77
"repository": "https://github.com/bugra9/cpp.js.git",

website/docs/changelog/packages/cppjs-package-expat.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cpp.js/package-expat
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Update Expat to version 2.7.1. [#49](https://github.com/bugra9/cpp.js/issues/49)
8+
39
## 1.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)