Skip to content

Commit

Permalink
Merge branch 'master' into fix/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-koval committed Sep 28, 2021
2 parents 7b688a1 + a5477e2 commit 42645b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.27](https://github.com/oleg-koval/trembita/compare/v1.2.26...v1.2.27) (2021-09-28)


### chore

* update readme text ([#302](https://github.com/oleg-koval/trembita/issues/302)) ([ee385ba](https://github.com/oleg-koval/trembita/commit/ee385bab1648bdaea825ffdc8d5c4a26dd4ce4a1))

## [1.2.26](https://github.com/oleg-koval/trembita/compare/v1.2.25...v1.2.26) (2021-09-23)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sure you fill the next requirements:

One example of usage would be:

```javascript
```js
const clientOptions = {
headers: {
header1: 'xxx',
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -58,5 +58,5 @@
"test": "mocha",
"test:coverage": "npm run test:nyc"
},
"version": "1.2.26"
"version": "1.2.27"
}

0 comments on commit 42645b3

Please sign in to comment.