Releases: tspascoal/get-user-teams-membership
Releases · tspascoal/get-user-teams-membership
3.0.0
What's Changed
- Upgrade action node runtime to version 20 by @tspascoal in #21
Full Changelog: v2...v3.0.0
v2.1.0
What's Changed
Features
- feat: update checking functionality to support checking if user exists in one of multiple teams by @binayabaral in #17
Dependency Updates
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #18
- Bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #19
New Contributors
- @binayabaral made their first contribution in #17
Full Changelog: v2...v2.1.0
v2.0.0
What's Changed
- Add integration tests by @tspascoal in #15
- #Upgrade from Node12 to Node16 by @mhnaeem in #12
- Use new method to output variables, since old one was deprecated (by updating actions/core library)
This version a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.
New Contributors
Full Changelog: v1...v2.0.0
v1.0.4
V1.0.3
v1.0.2
What's Changed
- Bump node-fetch from 2.6.0 to 2.6.1 by @dependabot in #3
- Bump @actions/core from 1.2.4 to 1.2.6 by @dependabot in #4
- update example by @ohmyguigs in #6
- [bug fix] If organization isn't passed owner wasn't being correctly reference by @tspascoal in #7
New Contributors
- @ohmyguigs made their first contribution in #6
Full Changelog: v1...v1.0.2
Fix: If user doesn't exist throw an error
If the user didn't exist we were returning all teams in the org.
Now the action fails if the user doesn't exist
Initial Version
v1.0.0 initial version