Skip to content

Commit

Permalink
bump versions (#41)
Browse files Browse the repository at this point in the history
* bump versions

* add changelog notes
  • Loading branch information
physik932 authored Oct 19, 2023
1 parent 5730f70 commit a4b2f4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "url_builder_app",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Zendesk plugin to render URLs",
"keywords": [
"zendesk",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"required": true
}
],
"version": "1.0",
"version": "3.0.1",
"frameworkVersion": "2.0"
}

0 comments on commit a4b2f4d

Please sign in to comment.