Skip to content

Commit

Permalink
chore: release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 19, 2024
1 parent 4090bec commit 29d444c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.7.0](https://github.com/gopad/gopad-js/compare/v1.6.1...v1.7.0) (2024-08-19)


### Features

* **deps:** update dependency @types/node to 12.11.5 - 20.15 ([532a80c](https://github.com/gopad/gopad-js/commit/532a80c7d0c3fa2db71ba1a079949089ccd9fccf))
* **deps:** update dependency @types/node to 12.11.5 - 20.16 ([4090bec](https://github.com/gopad/gopad-js/commit/4090bec638d208ba22255b8f50958c4f789af113))


### Bugfixes

* **deps:** update dependency axios to v1.7.4 [security] ([224bc0b](https://github.com/gopad/gopad-js/commit/224bc0b6f5304c78983bbbed7c65d46f136704ce))

## [1.6.1](https://github.com/gopad/gopad-js/compare/v1.6.0...v1.6.1) (2024-08-05)


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.6.1
- Package version: 1.7.0
- 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 gopadjs@1.6.1
npm install --save gopadjs@1.7.0
```

### 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.6.1
npmVersion: 1.7.0
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.6.1",
"version": "1.7.0",
"description": "OpenAPI client for Gopad",
"homepage": "https://github.com/gopad/gopad-js#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit 29d444c

Please sign in to comment.