Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: groupme-js/node-groupme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: groupme-js/node-groupme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 10 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    590326e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    0aa27f0 View commit details
    Browse the repository at this point in the history
  2. ci: Workflow tweaks (#92)

    * ci: Only run tests on main repo
    
    * ci: Remove docs from housekeeping
    
    * ci: Docs in its own action
    
    * ci: Run housekeeping on PR
    thewilloftheshadow authored May 11, 2022
    Configuration menu
    Copy the full SHA
    a6d3c03 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    bb32d38 View commit details
    Browse the repository at this point in the history
  2. fix(Groups): use the more specific PostGroupResponse alias

    Co-authored-by: not-so-smart <43360094+not-so-smart@users.noreply.github.com>
    striker4150 and not-so-smart authored May 12, 2022
    Configuration menu
    Copy the full SHA
    f5c9a0c View commit details
    Browse the repository at this point in the history
  3. fix(Groups): remove unnecessary await in GroupManager#create

    Co-authored-by: not-so-smart <43360094+not-so-smart@users.noreply.github.com>
    striker4150 and not-so-smart authored May 12, 2022
    Configuration menu
    Copy the full SHA
    2e0a94a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79902a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db9b776 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #91 from striker4150/group-create

    Add support for creating groups
    not-so-smart authored May 12, 2022
    Configuration menu
    Copy the full SHA
    b307e11 View commit details
    Browse the repository at this point in the history
  7. chore(release): 2.3.0 [skip ci]

    # [2.3.0](v2.2.0...v2.3.0) (2022-05-12)
    
    ### Bug Fixes
    
    * **Groups:** remove unnecessary await in GroupManager#create ([2e0a94a](2e0a94a))
    * **Groups:** rename reqBody to body for consistent naming ([db9b776](db9b776))
    * **Groups:** send PostGroupBody instead of GroupCreateOptions ([79902a8](79902a8))
    * **Groups:** use the more specific PostGroupResponse alias ([f5c9a0c](f5c9a0c))
    
    ### Features
    
    * **Groups:** add GroupManager create ([0aa27f0](0aa27f0))
    semantic-release-bot committed May 12, 2022
    Configuration menu
    Copy the full SHA
    688a10e View commit details
    Browse the repository at this point in the history
Loading