Skip to content

Commit

Permalink
chore: update version v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Jul 2, 2022
1 parent 3f5b568 commit 02c5575
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.0](https://github.com/liangskyli/mock/compare/v1.1.3...v1.2.0) (2022-07-02)


### Features

* **http-mock-gen:** mock response support function,now can support dynamic data generation ([891d135](https://github.com/liangskyli/mock/commit/891d1352e514f59a5a943bbf11ac927d8db622e0))
* **mock:** support text/plain media type ([3f5b568](https://github.com/liangskyli/mock/commit/3f5b56844fb3343e0bd0f85c69eee60a616e6e52))



## [1.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.1.3",
"version": "1.2.0",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
10 changes: 10 additions & 0 deletions packages/http-mock-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.0](https://github.com/liangskyli/mock/compare/v1.1.3...v1.2.0) (2022-07-02)


### Features

* **http-mock-gen:** mock response support function,now can support dynamic data generation ([891d135](https://github.com/liangskyli/mock/commit/891d1352e514f59a5a943bbf11ac927d8db622e0))
* **mock:** support text/plain media type ([3f5b568](https://github.com/liangskyli/mock/commit/3f5b56844fb3343e0bd0f85c69eee60a616e6e52))



## [1.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/http-mock-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/http-mock-gen",
"version": "1.1.3",
"version": "1.2.0",
"description": "http mock gen for web mockServer",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/mock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.0](https://github.com/liangskyli/mock/compare/v1.1.3...v1.2.0) (2022-07-02)

**Note:** Version bump only for package @liangskyli/mock





## [1.1.3](https://github.com/liangskyli/mock/compare/v1.1.2...v1.1.3) (2022-06-19)

**Note:** Version bump only for package @liangskyli/mock
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liangskyli/mock",
"version": "1.1.3",
"version": "1.2.0",
"description": "mockServer for web",
"author": "liangsky <[email protected]>",
"homepage": "https://github.com/liangskyli/mock#readme",
Expand Down

0 comments on commit 02c5575

Please sign in to comment.