keycloakify 6.13.0-rc.0 → 6.13.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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,10 @@
40
40
 
41
41
  # Changelog highlights
42
42
 
43
+ ## 6.13
44
+
45
+ - Build work behind corporate proxies, [see issue](https://github.com/InseeFrLab/keycloakify/issues/257).
46
+
43
47
  ## 6.12
44
48
 
45
49
  Massive improvement in the developer experience:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "6.13.0-rc.0",
3
+ "version": "6.13.0",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",