@cpp.js/plugin-webpack 1.0.0-beta.8 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/LICENSE +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,20 @@
1
+ # @cpp.js/plugin-webpack
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 🚀 first stable release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - cpp.js@1.0.0
13
+
14
+ ## 1.0.0-beta.10
15
+
16
+ ### Patch Changes
17
+
18
+ - chore: add initial version of CHANGELOGS files
19
+ - Updated dependencies
20
+ - cpp.js@1.0.0-beta.33
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Buğra Sarı
3
+ Copyright (c) 2025 Buğra Sarı
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpp.js/plugin-webpack",
3
- "version": "1.0.0-beta.8",
3
+ "version": "1.0.0",
4
4
  "description": "Cpp.js Webpack plugin: A tool for seamless C++ integration with the Webpack bundler.",
5
5
  "homepage": "https://github.com/bugra9/cpp.js/tree/main/packages/cppjs-plugin-rollup#readme",
6
6
  "repository": "https://github.com/bugra9/cpp.js.git",
@@ -8,7 +8,7 @@
8
8
  "type": "module",
9
9
  "main": "index.js",
10
10
  "dependencies": {
11
- "cpp.js": "^1.0.0-beta.30"
11
+ "cpp.js": "^1.0.0"
12
12
  },
13
13
  "keywords": [
14
14
  "cpp.js-plugin",