Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 2, 2024
1 parent 5675639 commit ff7e370
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.0 (2024-02-02)

Full Changelog: [v0.4.0...v0.5.0](https://github.com/dubinc/dub-node/compare/v0.4.0...v0.5.0)

### Features

* **api:** OpenAPI spec update ([#32](https://github.com/dubinc/dub-node/issues/32)) ([d7de0a9](https://github.com/dubinc/dub-node/commit/d7de0a91966e7946b102ef601f328db375b368cc))

## 0.4.0 (2024-02-02)

Full Changelog: [v0.3.0...v0.4.0](https://github.com/dubinc/dub-node/compare/v0.3.0...v0.4.0)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dub",
"version": "0.4.0",
"version": "0.5.0",
"description": "The official TypeScript library for the Dub API",
"author": "Dub <[email protected]>",
"types": "dist/index.d.ts",
Expand All @@ -9,7 +9,9 @@
"repository": "github:dubinc/dub-node",
"license": "Apache-2.0",
"packageManager": "[email protected]",
"files": ["*"],
"files": [
"*"
],
"private": false,
"scripts": {
"test": "bin/check-test-server && yarn jest",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.4.0'; // x-release-please-version
export const VERSION = '0.5.0'; // x-release-please-version

0 comments on commit ff7e370

Please sign in to comment.