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: ipfs/protons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: protons-v3.0.3
Choose a base ref
...
head repository: ipfs/protons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: protons-v3.0.4
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on May 10, 2022

  1. fix: encode enum values (#30)

    Previously we were encoding enum keys which is wrong, we should be encoding values.
    achingbrain authored May 10, 2022
    Configuration menu
    Copy the full SHA
    676c01d View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.4 [skip ci]

    ## [protons-runtime-v1.0.4](protons-runtime-v1.0.3...protons-runtime-v1.0.4) (2022-05-10)
    
    ### Bug Fixes
    
    * encode enum values ([#30](#30)) ([676c01d](676c01d))
    semantic-release-bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ab0d4ac View commit details
    Browse the repository at this point in the history
  3. chore(release): 3.0.4 [skip ci]

    ## [protons-v3.0.4](protons-v3.0.3...protons-v3.0.4) (2022-05-10)
    
    ### Bug Fixes
    
    * encode enum values ([#30](#30)) ([676c01d](676c01d))
    semantic-release-bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    9915f7c View commit details
    Browse the repository at this point in the history
Loading