Skip to content

Commit

Permalink
Bot: Updating CHANGELOG, README, app.version and package.json for rel…
Browse files Browse the repository at this point in the history
…ease based on #31
  • Loading branch information
GitHub-Actions[bot] authored and GitHub-Actions[bot] committed Jan 11, 2025
1 parent 77762ef commit cc9a1fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,103 +1,103 @@
# Changelog

# Changelog


### Version 1.3.0

#### chore
* PR [#31](https://github.com/petercort/FBF-Buddy/pull/31) - updating the webhook with more verboseness




### Version 1.2.1

#### bugfix
* PR [#28](https://github.com/petercort/FBF-Buddy/pull/28) - Update refresh flow




### Version 1.2.0

#### bugfix
* PR [#27](https://github.com/petercort/FBF-Buddy/pull/27) - adding linter and fixing a bunch of misc changed outlined in issue 24




### Version 1.1.1

#### chore
* PR [#26](https://github.com/petercort/FBF-Buddy/pull/26) - Update package.json




### Version 1.1.0

#### bugfix
* PR [#25](https://github.com/petercort/FBF-Buddy/pull/25) - updating the initial sync and healthchecks




### Version 1.0.2

#### bugfix
* PR [#23](https://github.com/petercort/FBF-Buddy/pull/23) - updating data types




### Version 1.0.1

#### bugfix
* PR [#22](https://github.com/petercort/FBF-Buddy/pull/22) - Setup db connection




### Version 0.1.0

#### enhancement
* PR [#20](https://github.com/petercort/FBF-Buddy/pull/20) - updating!




### Version 1.0.0

#### feature
* PR [#17](https://github.com/petercort/FBF-Buddy/pull/17) - Add wax utilities




### Version 0.0.5

#### feature
* PR [#12](https://github.com/petercort/FBF-Event-Buddy/pull/12) - Update 2




### Version 0.0.4

#### bugfix
* PR [#11](https://github.com/petercort/FBF-Event-Buddy/pull/11) - updating another thing




### Version 0.0.3

#### enhancement
* PR [#10](https://github.com/petercort/FBF-Event-Buddy/pull/10) - updating things!




### Version 0.0.2

#### chore
* PR [#9](https://github.com/petercort/FBF-Event-Buddy/pull/9) - Create CONTRIBUTING.md




### Version 0.0.1

#### chore
* PR [#8](https://github.com/petercort/FBF-Event-Buddy/pull/8) - Update TERMS.md




### Version 0.0.1

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ A discord app that helps with random tasks in the FBF discord!
| /i_waxed_my_chain | bike_name (req) date (optional) mileage (optional) | Updated the last_waxed field on the app. With no optional params passed it will update to the current date and mileage. | /i_waxed_my_chain bike_name: Joe date: 12/24/2024 mileage: 355 | If successful, returns the date and mileage in the system for a last wax, otherwise returns an error. |
| /get_last_ride | none | Returns the last ride you did according to Strava | /get_last_ride | Returns info on the last ride you did. |


## Known Issues
- No known issues

Expand Down
2 changes: 1 addition & 1 deletion app.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.0

0 comments on commit cc9a1fe

Please sign in to comment.