From 3e9c49982f39e088a74226e39f5a8a384b8c96d0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 6 Sep 2024 15:39:29 +0200 Subject: [PATCH] chore(release): v1.12.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8179422d..3cf42ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## v1.12.0 + +[compare changes](https://github.com/unjs/unstorage/compare/v1.11.1...v1.12.0) + +### 🚀 Enhancements + +- **http, server:** Support native `ttl` ([#479](https://github.com/unjs/unstorage/pull/479)) + +### 🏡 Chore + +- Update undocs ([0e2ea33](https://github.com/unjs/unstorage/commit/0e2ea33)) +- Update undocs ([a711c1b](https://github.com/unjs/unstorage/commit/a711c1b)) +- Update undocs ([f27c389](https://github.com/unjs/unstorage/commit/f27c389)) + +### 🤖 CI + +- Setup nightly release ([258fd4a](https://github.com/unjs/unstorage/commit/258fd4a)) +- Fetch full history to preserve nightly changelog ([329ff2b](https://github.com/unjs/unstorage/commit/329ff2b)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v1.11.1 [compare changes](https://github.com/unjs/unstorage/compare/v1.11.0...v1.11.1) diff --git a/package.json b/package.json index 251ac286..a545e261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "1.11.1", + "version": "1.12.0", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",