diff --git a/CHANGELOG.md b/CHANGELOG.md index 502895b..8c69e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.0](https://github.com/eggjs/supertest/compare/v8.0.0...v8.1.0) (2024-12-21) + + +### Features + +* expect header exists or not ([#2](https://github.com/eggjs/supertest/issues/2)) ([e5060b0](https://github.com/eggjs/supertest/commit/e5060b05c7d35830f9baa2e59324bf5ce446db27)) + ## [8.0.0](https://github.com/eggjs/supertest/compare/v7.0.0...v8.0.0) (2024-12-21) diff --git a/package.json b/package.json index 27aa856..0a6fcb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@eggjs/supertest", "description": "SuperAgent driven library for testing HTTP servers", - "version": "8.0.0", + "version": "8.1.0", "publishConfig": { "access": "public" },