Skip to content

Commit

Permalink
chore(release): v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 3, 2023
1 parent a7d8c43 commit 53ccaba
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

## v3.3.3

[compare changes](https://undefined/undefined/compare/v3.3.2...v3.3.3)


### 🩹 Fixes

- **pkg:** Add `types` field to the `exports` (#51)
- Support static `process.env.NODE_ENV` (#45)

### 🏡 Chore

- Fix coverage test (92152a1)
- Git ignore `coverage` dir (cd52a9e)
- Lint (3832bcd)
- Update dev dependencies (acd471d)

### ✅ Tests

- Add defaults test (17009d9)
- Expect any provider (a7d8c43)

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Ntnyq ([@ntnyq](http://github.com/ntnyq))

## v3.3.2


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "std-env",
"version": "3.3.2",
"version": "3.3.3",
"description": "Detect current Javascript environment",
"repository": "unjs/std-env",
"license": "MIT",
Expand Down Expand Up @@ -37,4 +37,4 @@
"vitest": "^0.31.0"
},
"packageManager": "pnpm@8.4.0"
}
}

0 comments on commit 53ccaba

Please sign in to comment.