Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ike18t committed Jul 22, 2024
1 parent 5bb6aa3 commit 01712b1
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 3 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,68 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.5.0 (2024-07-22)


### Bug Fixes

* trailing slash issue ([5bb6aa3](https://github.com/ike18t/wiremock_mapper_node/commit/5bb6aa32937d7e4fd0713ba551c3339b6bf3a77a))

## 0.4.0 (2024-07-02)


### Features

* baseUrl ([e09a138](https://github.com/ike18t/wiremock_mapper_node/commit/e09a138341de9a6e97f9c5b3a2e2d9b19148711f))

## 0.3.0 (2024-05-22)


### ⚠ BREAKING CHANGES

* upgrade TS (may not break anything but JIC) and other dev deps
* DSL update

### Features

* getRequests to query wiremock's received requests ([5c65483](https://github.com/ike18t/wiremock_mapper_node/commit/5c65483464835629af1072bacadb43b117ccd24f))


* upgrade TS (may not break anything but JIC) and other dev deps ([d8a16fb](https://github.com/ike18t/wiremock_mapper_node/commit/d8a16fb4bd67db2838bcca552b0a92791043c1ec))
* use getters for builder chains that do not require args ([7ced9f3](https://github.com/ike18t/wiremock_mapper_node/commit/7ced9f33cb195b1c09e27c8dd387a45af7fc491b))

### 0.2.1 (2017-11-02)


### Bug Fixes

* MatchBuilder#equalToJson stringifies the json if it is an object ([a53f889](https://github.com/ike18t/wiremock_mapper_node/commit/a53f8899fb754634e084688e0513fdcd22d28c9d))

## 0.2.0 (2017-10-31)


### Features

* add withJsonBody to responseBuilder ([278816d](https://github.com/ike18t/wiremock_mapper_node/commit/278816d4af74aef1b92b4aa904f36bc20e1f86b3))

## 0.1.0 (2017-10-30)


### Features

* add support for scenarios ([f3834f9](https://github.com/ike18t/wiremock_mapper_node/commit/f3834f98b34d166afc8f266c09a635de3ae4ede0))

### 0.0.3 (2017-09-26)


### Bug Fixes

* package with compiled assets and typing ([4b16c14](https://github.com/ike18t/wiremock_mapper_node/commit/4b16c148a61f2fc990f13e12bdbe8de46c6691a7))

### 0.0.2 (2017-08-01)

### 0.0.1 (2017-07-30)

## 0.4.0 (2024-07-02)


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": "wiremock-mapper",
"version": "0.4.0",
"version": "0.5.0",
"description": "DSL for setting up WireMock mappings.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 01712b1

Please sign in to comment.