@graphitation/webpack-loader 1.0.0 → 1.0.2

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 (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @graphitation/webpack-loader
2
2
 
3
- This log was last generated on Wed, 14 Feb 2024 20:38:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Feb 2024 17:43:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.2
8
+
9
+ Wed, 28 Feb 2024 17:43:49 GMT
10
+
11
+ ### Patches
12
+
13
+ - webpack-loader bump (jakubvejr@microsoft.com)
14
+ - Bump @graphitation/supermassive to v3.4.2
15
+
7
16
  ## 1.0.0
8
17
 
9
- Wed, 14 Feb 2024 20:38:06 GMT
18
+ Wed, 14 Feb 2024 20:38:10 GMT
10
19
 
11
20
  ### Major changes
12
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@graphitation/webpack-loader",
3
3
  "license": "MIT",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "A fork of @graphql-tools/webpack-loader with supermassive SDL encoding format support",
6
6
  "repository": {
7
7
  "type": "git",