Skip to content

Commit ab387af

Browse files
committed
refactor: remove HttpBin and ExampleCredentialsApi from package
1 parent ee8e085 commit ab387af

9 files changed

+10
-460
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the n8n-nodes-aitable-unofficial package will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.4] - 2023-03-11
9+
10+
### Changed
11+
- Removed HttpBin and ExampleCredentialsApi from the package
12+
- Cleaned up package to focus only on AITable functionality
13+
814
## [0.1.3] - 2023-03-11
915

1016
### Fixed
@@ -30,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036
- Full field type support including text, number, select, multi-select, date, and linked records
3137
- Options for field formatting and data transformation
3238

39+
[0.1.4]: https://github.com/texonica/n8n-aitable/releases/tag/v0.1.4
3340
[0.1.3]: https://github.com/texonica/n8n-aitable/releases/tag/v0.1.3
3441
[0.1.2]: https://github.com/texonica/n8n-aitable/releases/tag/v0.1.2
3542
[0.1.1]: https://github.com/texonica/n8n-aitable/releases/tag/v0.1.1

credentials/ExampleCredentialsApi.credentials.ts

-56
This file was deleted.

credentials/HttpBinApi.credentials.ts

-50
This file was deleted.

nodes/HttpBin/HttpBin.node.json

-18
This file was deleted.

nodes/HttpBin/HttpBin.node.ts

-62
This file was deleted.

0 commit comments

Comments
 (0)