Skip to content

Commit d6e69fc

Browse files
committed
Release v3.0.0
1 parent 0624aa0 commit d6e69fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

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+
612
## 2.0.0
713

814
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nx-remotecache-custom",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Build custom caching for @nrwl/nx in a few lines of code",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)