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 477b33c commit 452cf2fCopy full SHA for 452cf2f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.0](https://github.com/WookieFPV/build-cache-s3/compare/v0.1.0...v0.2.0) (2025-06-12)
4
+
5
6
+### Features
7
8
+* add env variables for every config value ([477b33c](https://github.com/WookieFPV/build-cache-s3/commit/477b33c666786f4dd4dc4965e024b1fd08954ce3))
9
10
## [0.1.0](https://github.com/WookieFPV/build-cache-s3/compare/v0.0.0...v0.1.0) (2025-06-06)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "build-cache-s3",
"description": "A plugin for Expo that provides app build caching using s3 storage",
- "version": "0.1.0",
+ "version": "0.2.0",
"author": {
"name": "WookieFPV (Lukas Müller)",
"url": "github.com/WookieFPV"
0 commit comments