Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 4, 2024
1 parent 6443bf8 commit c644e83
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 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.0.1"
".": "0.1.0"
}
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

## 0.1.0 (2024-07-04)

Full Changelog: [v0.0.1...v0.1.0](https://github.com/intercom/intercom-node/compare/v0.0.1...v0.1.0)

### Features

* **api:** OpenAPI spec update ([1a8a867](https://github.com/intercom/intercom-node/commit/1a8a8675934f0601126350b5e3e0ead3a1cebcf3))
* **api:** OpenAPI spec update ([1e478f3](https://github.com/intercom/intercom-node/commit/1e478f3d60d5c3de15525fda5e13cd05fb9dfd40))
* **api:** update via SDK Studio ([6471160](https://github.com/intercom/intercom-node/commit/64711607bff8fd3f8412d54c53c15aac7cf4d052))
* **api:** update via SDK Studio ([536cfac](https://github.com/intercom/intercom-node/commit/536cfac86eee9ef93b7b81d5ae788bc93d25efda))
* **api:** update via SDK Studio ([12c2c09](https://github.com/intercom/intercom-node/commit/12c2c09d937e5f5e75632a36b1164bd8aa378c8d))
* **api:** update via SDK Studio ([28e8e5f](https://github.com/intercom/intercom-node/commit/28e8e5f1c6b27814e23586a4fb929f8fe8a723ba))
* **api:** update via SDK Studio ([e64afcd](https://github.com/intercom/intercom-node/commit/e64afcd5a1d27dbe3198ea3b36ac355e3acd8dcf))
* **api:** update via SDK Studio ([f74126d](https://github.com/intercom/intercom-node/commit/f74126d5b78c6dc9f9fe221cbaf85bb50ed4cd54))
* **api:** update via SDK Studio ([62e438d](https://github.com/intercom/intercom-node/commit/62e438d68b0ddf19ed2bf3e5f465c377429d1019))
* **api:** update via SDK Studio ([29c13ed](https://github.com/intercom/intercom-node/commit/29c13edfd02451cfcf5e57f22a75db01aff33914))
* **api:** update via SDK Studio ([ab7812c](https://github.com/intercom/intercom-node/commit/ab7812c8fcaa554ceea8503e41182ffcc308fb8b))
* **api:** update via SDK Studio ([2a37e9d](https://github.com/intercom/intercom-node/commit/2a37e9d1b40d2b6039eb5c6c9c4e8017174eaad3))
* **api:** update via SDK Studio ([e3ac97a](https://github.com/intercom/intercom-node/commit/e3ac97a790142f89f486271785bde4371dc16859))
* **api:** update via SDK Studio ([f39fc52](https://github.com/intercom/intercom-node/commit/f39fc52dbc8296f6162b04621b6f481ab72f3059))
* **api:** update via SDK Studio ([8768954](https://github.com/intercom/intercom-node/commit/87689549c0987467a2121256b2dcd92718544a42))
* **api:** update via SDK Studio ([8470cf4](https://github.com/intercom/intercom-node/commit/8470cf423d6fe7830338995a4e09b1293ac5496a))
* **api:** update via SDK Studio ([dca56d2](https://github.com/intercom/intercom-node/commit/dca56d2f9ec4cdcf54336af92b3f0b23e6d9d93a))
* **api:** update via SDK Studio ([768ce13](https://github.com/intercom/intercom-node/commit/768ce13689945ebcbc11f83839f1edb3fb4f92b5))


### Chores

* go live ([#410](https://github.com/intercom/intercom-node/issues/410)) ([9e9253f](https://github.com/intercom/intercom-node/commit/9e9253fa6e5a26378e2dca6ba6fa8edeca5749e2))
* update SDK settings ([153050a](https://github.com/intercom/intercom-node/commit/153050a1b87b52ab66930c4ede96e5fb8bfb571d))
* update SDK settings ([#411](https://github.com/intercom/intercom-node/issues/411)) ([6443bf8](https://github.com/intercom/intercom-node/commit/6443bf80a90d7377bb40b07ea4bc0d5f7b0f1a07))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intercom-client",
"version": "0.0.1",
"version": "0.1.0",
"description": "The official TypeScript library for the Intercom API",
"author": "Intercom <[email protected]>",
"types": "dist/index.d.ts",
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.0.1'; // x-release-please-version
export const VERSION = '0.1.0'; // x-release-please-version

0 comments on commit c644e83

Please sign in to comment.