forked from zendesk/url_builder_app
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump versions * add changelog notes
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
## 3.0.1 | ||
|
||
Bumping the version in the manifest to match our `package.json` version. Also rolling in some dependabot updates. | ||
|
||
## Changes from V2 to V3 (2023) | ||
|
||
This version of the app used the Zendesk app scaffolds to generate a Node 18 project. We updated the app from the scaffold and updated, deprecated, or added dependencies as needed to recreate functionality. | ||
|
||
## Changes from V1 to V2 (2019) | ||
|
||
Zendesk moved to a new API version in 2019, and deprecated the original version of this app. Ibotta uses Zendesk and heavily used the original app, and so it was forked and updated. | ||
|
||
The original notes from our Wiki can be found in [this document](./V1_TO_V2_NOTES.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
"required": true | ||
} | ||
], | ||
"version": "1.0", | ||
"version": "3.0.1", | ||
"frameworkVersion": "2.0" | ||
} |