Skip to content

Commit

Permalink
chore(release): publish new version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWXY committed Nov 6, 2024
1 parent 2da81bf commit 134c31d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.0.4](https://github.com/coverjs/onion-interceptor/compare/v1.0.1...v1.0.4) (2024-11-06)

### ✨ Features | 新功能

* rewrite ctx.res when request is error ([9eba74b](https://github.com/coverjs/onion-interceptor/commit/9eba74bdab964703e3f43f10add7c785804d0168))by.@EricWXY

### [1.0.1](https://github.com/coverjs/onion-interceptor/compare/v1.0.0...v1.0.1) (2024-08-12)

**Note:** Version bump only for package onion-root
Expand Down
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.0.3",
"version": "1.0.4",
"npmClient": "pnpm",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"version": {
"conventionalCommits": true,
Expand Down Expand Up @@ -50,7 +52,9 @@
"hidden": true
}
],
"issuePrefixes": ["#"],
"issuePrefixes": [
"#"
],
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"userUrlFormat": "{{host}}/{{user}}"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.0.4](https://github.com/coverjs/onion-interceptor/compare/v1.0.1...v1.0.4) (2024-11-06)

### ✨ Features | 新功能

* rewrite ctx.res when request is error ([9eba74b](https://github.com/coverjs/onion-interceptor/commit/9eba74bdab964703e3f43f10add7c785804d0168))by.@EricWXY

### [1.0.1](https://github.com/coverjs/onion-interceptor/compare/v1.0.0...v1.0.1) (2024-08-12)

**Note:** Version bump only for package onion-interceptor
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onion-interceptor",
"version": "1.0.1",
"version": "1.0.4",
"type": "module",
"description": "Universal Network Request Interceptor Tool ",
"homepage": "https://coverjs.github.io/onion-interceptor/",
Expand Down
6 changes: 6 additions & 0 deletions packages/pipes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.0.4](https://github.com/coverjs/onion-interceptor/compare/v1.0.1...v1.0.4) (2024-11-06)

### ✨ Features | 新功能

* rewrite ctx.res when request is error ([9eba74b](https://github.com/coverjs/onion-interceptor/commit/9eba74bdab964703e3f43f10add7c785804d0168))by.@EricWXY

### [1.0.1](https://github.com/coverjs/onion-interceptor/compare/v1.0.0...v1.0.1) (2024-08-12)

**Note:** Version bump only for package @onion-interceptor/pipes
Expand Down
4 changes: 2 additions & 2 deletions packages/pipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onion-interceptor/pipes",
"version": "1.0.1",
"version": "1.0.4",
"type": "module",
"description": "onion-interceptor pipes",
"homepage": "https://coverjs.github.io/onion-interceptor/",
Expand Down Expand Up @@ -45,7 +45,7 @@
],
"author": "EricWXY",
"peerDependencies": {
"onion-interceptor": "^1.0.1"
"onion-interceptor": "^1.0.4"
},
"license": "MIT"
}

0 comments on commit 134c31d

Please sign in to comment.