Skip to content

Commit

Permalink
chore(main): release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and parkerbxyz committed Apr 11, 2024
1 parent 7bfa64c commit 7fc7881
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## [2.3.0](https://github.com/parkerbxyz/guru-to-github/compare/v2.2.0...v2.3.0) (2024-04-11)


### Features

* add ability to sync multiple collections ([#57](https://github.com/parkerbxyz/guru-to-github/issues/57)) ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))
* add support for syncing multiple collections ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))


### Bug Fixes

* **deps:** update dependencies ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))
* do not attempt to delete nonexistent file ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))
* handle special characters in folder names ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))
* quote file path in API request URLs ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))
* set external_id to None if not found in metadata ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))
* skip images with invalid extension ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))


### Documentation

* **README:** update inputs and example workflows ([f499a57](https://github.com/parkerbxyz/guru-to-github/commit/f499a57ddc13e7af0e90b9ee47d48dd574faaad9))

0 comments on commit 7fc7881

Please sign in to comment.