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: markedjs/marked
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.4
Choose a head ref
  • 10 commits
  • 16 files changed
  • 6 contributors

Commits on May 29, 2023

  1. chore(deps-dev): Bump @semantic-release/github from 8.0.7 to 8.1.0 (#…

    …2822)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.0.7 to 8.1.0.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v8.0.7...v8.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2023
    1 Configuration menu
    Copy the full SHA
    e88abe9 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @semantic-release/release-notes-generator from …

    …11.0.1 to 11.0.2 (#2821)
    
    chore(deps-dev): Bump @semantic-release/release-notes-generator
    
    Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 11.0.1 to 11.0.2.
    - [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
    - [Commits](semantic-release/release-notes-generator@v11.0.1...v11.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/release-notes-generator"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2023
    1 Configuration menu
    Copy the full SHA
    3d220d6 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @babel/core from 7.21.8 to 7.22.1 (#2824)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.8 to 7.22.1.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.22.1/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2023
    1 Configuration menu
    Copy the full SHA
    cdbfa5f View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump @babel/preset-env from 7.21.5 to 7.22.4 (#2823)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.5 to 7.22.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.22.4/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2023
    1 Configuration menu
    Copy the full SHA
    5203b44 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix: Replace custom repeatString function with repeat() (#2820)

    chore: Replace custom repeatString functions with ECMAScript String.repeat()
    DreierF authored May 30, 2023
    1 Configuration menu
    Copy the full SHA
    72ee2d6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    26b42ec View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    efc40df View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    b213f02 View commit details
    Browse the repository at this point in the history
  5. 🗜️ build v5.0.4 [skip ci]

    MarkedJS bot committed May 30, 2023
    Configuration menu
    Copy the full SHA
    be8f563 View commit details
    Browse the repository at this point in the history
  6. chore(release): 5.0.4 [skip ci]

    ## [5.0.4](v5.0.3...v5.0.4) (2023-05-30)
    
    ### Bug Fixes
    
    * Add Unicode punctuations ([#2811](#2811)) ([b213f02](b213f02))
    * fix hr after list ([#2809](#2809)) ([efc40df](efc40df))
    * Replace custom `repeatString` function with `repeat()` ([#2820](#2820)) ([72ee2d6](72ee2d6))
    semantic-release-bot committed May 30, 2023
    1 Configuration menu
    Copy the full SHA
    5adcd53 View commit details
    Browse the repository at this point in the history
Loading