Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 4, 2024
1 parent de1ac2c commit ab97f13
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.0](https://github.com/gopad/gopad-js/compare/v1.8.0...v2.0.0) (2024-11-04)


### Features

* **deps:** update dependency @types/node to v22 ([de1ac2c](https://github.com/gopad/gopad-js/commit/de1ac2c3ab90952b36829d2e0e8684ee2320d5a9))

## [1.8.0](https://github.com/gopad/gopad-js/compare/v1.7.2...v1.8.0) (2024-10-28)


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.8.0
- Package version: 2.0.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.8.0
npm install --save gopadjs@2.0.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.8.0
npmVersion: 2.0.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.8.0",
"version": "2.0.0",
"description": "OpenAPI client for Gopad",
"homepage": "https://github.com/gopad/gopad-js#readme",
"license": "Apache-2.0",
Expand Down

0 comments on commit ab97f13

Please sign in to comment.