Skip to content

Commit

Permalink
Release 3.31.0
Browse files Browse the repository at this point in the history
[skip ci]

## [3.31.0](v3.30.2...v3.31.0) (2023-06-11)

### Features

* Support environment variable for config 🚀  ([#489](#489)) ([d4d7a3d](d4d7a3d))
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent d4d7a3d commit 1dbf481
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.31.0](https://github.com/cnpm/cnpmcore/compare/v3.30.2...v3.31.0) (2023-06-11)


### Features

* Support environment variable for config :rocket: ([#489](https://github.com/cnpm/cnpmcore/issues/489)) ([d4d7a3d](https://github.com/cnpm/cnpmcore/commit/d4d7a3d7c8bb089cd6e00050a9849749a089ae64))

## [3.30.2](https://github.com/cnpm/cnpmcore/compare/v3.30.1...v3.30.2) (2023-06-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cnpmcore",
"version": "3.30.2",
"version": "3.31.0",
"description": "npm core",
"files": [
"dist/**/*"
Expand Down

0 comments on commit 1dbf481

Please sign in to comment.