Skip to content

Commit

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

## [8.1.1](v8.1.0...v8.1.1) (2024-12-22)

### Bug Fixes

* add @types/superagent to dependencies ([#3](#3)) ([ec0a012](ec0a012))
  • Loading branch information
semantic-release-bot committed Dec 22, 2024
1 parent ec0a012 commit 732b13c
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

## [8.1.1](https://github.com/eggjs/supertest/compare/v8.1.0...v8.1.1) (2024-12-22)


### Bug Fixes

* add @types/superagent to dependencies ([#3](https://github.com/eggjs/supertest/issues/3)) ([ec0a012](https://github.com/eggjs/supertest/commit/ec0a012345f397258ceb6ed72df0887b34ad9566))

## [8.1.0](https://github.com/eggjs/supertest/compare/v8.0.0...v8.1.0) (2024-12-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eggjs/supertest",
"description": "SuperAgent driven library for testing HTTP servers",
"version": "8.1.0",
"version": "8.1.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 732b13c

Please sign in to comment.