We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1218d1 commit e184cdbCopy full SHA for e184cdb
packages/sdk/CHANGELOG.md
@@ -1,6 +1,18 @@
1
<!-- markdownlint-disable MD024 -->
2
# Changelog
3
4
+## [1.1.1] - 2024-12-011
5
+
6
+### Changed
7
8
+- Remove deprecated asynchoronous response handling code.
9
10
+## [1.1.0] - 2024-12-010
11
12
13
14
+- Naming and docs improvements
15
16
## [1.0.12] - 2024-12-06
17
18
### Added
packages/sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@pipedream/sdk",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Pipedream SDK",
"main": "dist/server/server/index.js",
"module": "dist/server/server/index.js",
0 commit comments