Skip to content

Commit

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

## [2.7.0](v2.6.1...v2.7.0) (2023-08-04)

### Features

* support function to set domain ([#38](#38)) ([c73b415](c73b415))
  • Loading branch information
semantic-release-bot committed Aug 4, 2023
1 parent c73b415 commit baabdfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [2.7.0](https://github.com/eggjs/egg-cookies/compare/v2.6.1...v2.7.0) (2023-08-04)


### Features

* support function to set domain ([#38](https://github.com/eggjs/egg-cookies/issues/38)) ([c73b415](https://github.com/eggjs/egg-cookies/commit/c73b415467b9e13363a8a5dd0b5e3c7a72f4adb4))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-cookies",
"version": "2.6.1",
"version": "2.7.0",
"description": "cookies module for egg",
"files": [
"lib",
Expand Down

0 comments on commit baabdfa

Please sign in to comment.