Skip to content

Commit fd6d378

Browse files
chore(main): release 0.2.0 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ce08e6 commit fd6d378

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/nodrel-dev/n8n-fedex-node/compare/0.1.5...0.2.0) (2026-06-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* the node's resource values changed from shipment/address to tracking/shipping; workflows pinned to the old values must reselect.
9+
10+
### Features
11+
12+
* regroup node resources to mirror FedEx projects (Tracking, Shipping) ([8ce08e6](https://github.com/nodrel-dev/n8n-fedex-node/commit/8ce08e6b6d9522db9bf930f7617847afaf4af6d7))
13+
14+
15+
### Bug Fixes
16+
17+
* drop incremental compilation to prevent stale dist builds ([ad53eca](https://github.com/nodrel-dev/n8n-fedex-node/commit/ad53eca47276b79d0470855f454ed91142bdc633))
18+
319
## [0.1.5](https://github.com/nodrel-dev/n8n-fedex-node/compare/0.1.4...0.1.5) (2026-06-15)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodrel-dev/n8n-nodes-fedex",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)