Skip to content

Commit

Permalink
chore: release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 17, 2025
1 parent 32240d0 commit 4f5f12c
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.4.1](https://github.com/gopad/gopad-js/compare/v2.4.0...v2.4.1) (2025-02-17)


### Bugfixes

* **deps:** update dependency prettier to v3.5.1 ([#170](https://github.com/gopad/gopad-js/issues/170)) ([9758a2c](https://github.com/gopad/gopad-js/commit/9758a2c6acc9c3920f733a41c6a55c609b039e85))

## [2.4.0](https://github.com/gopad/gopad-js/compare/v2.3.0...v2.4.0) (2025-02-10)


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: 2.4.0
- Package version: 2.4.1
- 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].0
npm install --save [email protected].1
```

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

0 comments on commit 4f5f12c

Please sign in to comment.