Skip to content

Commit e1bfb39

Browse files
committedNov 14, 2023
chore(release): v3.5.0
1 parent 9addee3 commit e1bfb39

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## v3.5.0
6+
7+
[compare changes](https://github.com/unjs/std-env/compare/v3.4.3...v3.5.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `aws_amplify` provider ([#91](https://github.com/unjs/std-env/pull/91))
12+
13+
### 🏡 Chore
14+
15+
- Update dependencies ([9addee3](https://github.com/unjs/std-env/commit/9addee3))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
- Kaushik Gnanaskandan <kaushik.subman@gmail.com>
21+
522
## v3.4.3
623

724
[compare changes](https://github.com/unjs/std-env/compare/v3.4.2...v3.4.3)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "std-env",
3-
"version": "3.4.3",
3+
"version": "3.5.0",
44
"description": "Runtime agnostic JS utils",
55
"repository": "unjs/std-env",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.