Skip to content

Commit

Permalink
chore: release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 2, 2024
1 parent d0e7141 commit 221b346
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.7.2](https://github.com/gopad/gopad-js/compare/v1.7.1...v1.7.2) (2024-09-02)


### Bugfixes

* **deps:** update dependency axios to v1.7.6 ([34a2c81](https://github.com/gopad/gopad-js/commit/34a2c812781325ecbb901cc172a906156bf51e7c))
* **deps:** update dependency axios to v1.7.7 ([d0e7141](https://github.com/gopad/gopad-js/commit/d0e7141816b603c5140671935d6c9b84427e99f8))

## [1.7.1](https://github.com/gopad/gopad-js/compare/v1.7.0...v1.7.1) (2024-08-26)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
automatically generated by the [OpenAPI Generator][generator] project:

- API version: 1.0.0-alpha1
- Package version: 1.7.1
- Package version: 1.7.2
- Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen

For more information, please visit [https://gopad.eu](https://gopad.eu)
Expand Down Expand Up @@ -39,7 +39,7 @@ the following command within your project directory, after that you can import
it as other libraries:

```console
npm install --save [email protected].1
npm install --save [email protected].2
```

### Installation with Git
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
npmName: gopadjs
npmVersion: 1.7.1
npmVersion: 1.7.2
supportsES6: true
useSingleRequestParameter: true
withNodeImports: true
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": "gopadjs",
"version": "1.7.1",
"version": "1.7.2",
"description": "OpenAPI client for Gopad",
"homepage": "https://github.com/gopad/gopad-js#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit 221b346

Please sign in to comment.