@cpp.js/package-iconv 1.0.0-beta.23 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @cpp.js/package-iconv
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 🚀 first stable release
8
+
3
9
  ## 1.0.0-beta.23
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -47,4 +47,4 @@ std::string Native::sample() {
47
47
  ## License
48
48
  This project includes the precompiled libiconv library, which is distributed under the [LGPL License](https://spdx.org/licenses/LGPL-2.1-or-later.html).
49
49
 
50
- iconv Homepage: <https://www.gnu.org/software/libiconv/>
50
+ iconv Homepage: [https://www.gnu.org/software/libiconv/](https://www.gnu.org/software/libiconv/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/package-iconv",
3
- "version": "1.0.0-beta.23",
3
+ "version": "1.0.0",
4
4
  "nativeVersion": "1.18",
5
5
  "description": "This package provides the precompiled iconv library, built using cpp.js, for easy integration into JavaScript, WebAssembly and React Native projects. It provides a high-performance solution for converting between character encodings, ensuring cross-platform compatibility. Ideal for use in web and mobile applications.",
6
6
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-package-iconv#readme",
@@ -8,7 +8,7 @@
8
8
  "license": "LGPL",
9
9
  "type": "module",
10
10
  "devDependencies": {
11
- "cpp.js": "^1.0.0-beta.33"
11
+ "cpp.js": "^1.0.0"
12
12
  },
13
13
  "keywords": [
14
14
  "iconv",