Skip to content

Commit b519c2b

Browse files
chore: release 3.3.4
1 parent 46b667e commit b519c2b

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

.github/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Feb 9 08:36:26 UTC 2026
1+
Mon Feb 16 08:32:42 UTC 2026

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.3.4](https://github.com/gopad/gopad-js/compare/v3.3.3...v3.3.4) (2026-02-16)
4+
5+
### Dependencies
6+
7+
* **patch:** update dependency @types/node to v24.10.12 ([#253](https://github.com/gopad/gopad-js/issues/253)) ([e93455b](https://github.com/gopad/gopad-js/commit/e93455b0219cf365960fc0bb33429bf5d6d69672))
8+
* **patch:** update dependency @types/node to v24.10.13 ([#255](https://github.com/gopad/gopad-js/issues/255)) ([46b667e](https://github.com/gopad/gopad-js/commit/46b667ebcb2a5deb3388785f714b149b156cf9f6))
9+
10+
### Miscellaneous
11+
12+
* **deps:** bump axios from 1.13.4 to 1.13.5 ([64df2fd](https://github.com/gopad/gopad-js/commit/64df2fdbb820fc43b63ddb8bdf95859f34bad5c8))
13+
* **flake:** updated lockfile [skip ci] ([6677a4e](https://github.com/gopad/gopad-js/commit/6677a4e89071b249359ffe13875425ebbf5b55b2))
14+
315
## [3.3.3](https://github.com/gopad/gopad-js/compare/v3.3.2...v3.3.3) (2026-02-09)
416

517
### Dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
66
automatically generated by the [OpenAPI Generator][generator] project:
77

88
- API version: 1.0.0-alpha1
9-
- Package version: 3.3.3
9+
- Package version: 3.3.4
1010
- Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
1111

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

4141
```console
42-
npm install --save gopadjs@3.3.3
42+
npm install --save gopadjs@3.3.4
4343
```
4444

4545
### Installation with Git

openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
npmName: gopadjs
3-
npmVersion: 3.3.3
3+
npmVersion: 3.3.4
44
supportsES6: true
55
useSingleRequestParameter: true
66
withNodeImports: true

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gopadjs",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "OpenAPI client for Gopad",
55
"homepage": "https://github.com/gopad/gopad-js#readme",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)