@cpp.js/plugin-webpack 1.0.0-beta.9 → 1.0.1

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 +27 -0
  2. package/LICENSE +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ # @cpp.js/plugin-webpack
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - cpp.js@1.0.2
9
+
10
+ ## 1.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - 🚀 first stable release
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - cpp.js@1.0.0
20
+
21
+ ## 1.0.0-beta.10
22
+
23
+ ### Patch Changes
24
+
25
+ - chore: add initial version of CHANGELOGS files
26
+ - Updated dependencies
27
+ - 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.9",
3
+ "version": "1.0.1",
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.32"
11
+ "cpp.js": "^1.0.2"
12
12
  },
13
13
  "keywords": [
14
14
  "cpp.js-plugin",