Skip to content

Commit

Permalink
release: 🚀v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waynewyang committed Dec 18, 2023
1 parent 6109855 commit eb49276
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


# [2.0.0](https://github.com/unipackage/net/compare/v1.1.1...v2.0.0) (2023-12-18)


### Features

* 🎸 move withMethod to utils packag ([6109855](https://github.com/unipackage/net/commit/6109855061a920710fc743efccae4f433f39b087))
* 🎸 return call with object ([b2de8d0](https://github.com/unipackage/net/commit/b2de8d0ec22a1b99c1b9b5b69f2d1809deed5ecf))


### BREAKING CHANGES

* 🧨 move withMethod to utils packag
* 🧨 return call with object instead of array

## [1.1.1](https://github.com/unipackage/net/compare/v1.1.0...v1.1.1) (2023-12-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unipackage/net",
"version": "1.1.1",
"version": "2.0.0",
"description": "net",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit eb49276

Please sign in to comment.