Skip to content

Commit

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

## [3.12.0](eggjs/egg@v3.11.1...v3.12.0) (2023-01-04)

### Features

* siteFile favicon config support async function type ([eggjs#5114](eggjs#5114)) ([667684f](eggjs@667684f))
  • Loading branch information
semantic-release-bot authored and iblogc committed Jan 9, 2023
1 parent 287e11f commit 7900be2
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.12.0](https://github.com/eggjs/egg/compare/v3.11.1...v3.12.0) (2023-01-04)


### Features

* siteFile favicon config support async function type ([#5114](https://github.com/eggjs/egg/issues/5114)) ([667684f](https://github.com/eggjs/egg/commit/667684f79d8485ee9d9a03bf99077fa2dfef5507))

## [3.11.1](https://github.com/eggjs/egg/compare/v3.11.0...v3.11.1) (2023-01-03)


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": "egg",
"version": "3.11.1",
"version": "3.12.0",
"publishConfig": {
"tag": "latest"
},
Expand Down

0 comments on commit 7900be2

Please sign in to comment.