We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0624aa0 commit d6e69fcCopy full SHA for d6e69fc
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## 3.0.0
7
+
8
+### Breaking Changes
9
10
+- Environment variables now start with `NXCACHE_` instead of `NX_CACHE_` to prevent leaking credentials
11
12
## 2.0.0
13
14
### Breaking Changes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nx-remotecache-custom",
- "version": "2.0.0",
+ "version": "3.0.0",
"description": "Build custom caching for @nrwl/nx in a few lines of code",
"main": "index.js",
"typings": "index.d.ts",
0 commit comments