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: unjs/changelogen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: unjs/changelogen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 9, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    danielroe Daniel Roe
    Copy the full SHA
    695d97f View commit details

Commits on Apr 13, 2023

  1. Copy the full SHA
    00172eb View commit details
  2. chore(deps): update dependency consola to v3 (#101)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 13, 2023
    Copy the full SHA
    2502119 View commit details
  3. chore(release): v0.5.3

    pi0 committed Apr 13, 2023
    Copy the full SHA
    db1c625 View commit details
Showing with 344 additions and 343 deletions.
  1. +4 −0 CHANGELOG.md
  2. +11 −11 package.json
  3. +329 −332 pnpm-lock.yaml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v0.5.3

[compare changes](https://github.com/unjs/changelogen/compare/v0.5.2...v0.5.3)

## v0.5.2

[compare changes](https://github.com/unjs/changelogen/compare/v0.5.1...v0.5.2)
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changelogen",
"version": "0.5.2",
"version": "0.5.3",
"description": "Generate Beautiful Changelogs using Conventional Commits",
"repository": "unjs/changelogen",
"license": "MIT",
@@ -34,31 +34,31 @@
"dependencies": {
"c12": "^1.2.0",
"colorette": "^2.0.19",
"consola": "^2.15.3",
"consola": "^3.0.1",
"convert-gitmoji": "^0.1.3",
"execa": "^7.1.1",
"mri": "^1.2.0",
"node-fetch-native": "^1.0.2",
"node-fetch-native": "^1.1.0",
"ofetch": "^1.0.1",
"open": "^9.1.0",
"pathe": "^1.1.0",
"pkg-types": "^1.0.2",
"scule": "^1.0.0",
"semver": "^7.3.8",
"semver": "^7.4.0",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/node": "^18.15.11",
"@types/semver": "^7.3.13",
"@vitest/coverage-c8": "^0.29.8",
"eslint": "^8.36.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.38.0",
"eslint-config-unjs": "^0.1.0",
"jiti": "^1.18.2",
"prettier": "^2.8.7",
"standard-version": "^9.5.0",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vitest": "^0.29.8"
"typescript": "^5.0.4",
"unbuild": "^1.2.0",
"vitest": "^0.30.1"
},
"packageManager": "pnpm@8.0.0"
"packageManager": "pnpm@8.2.0"
}
Loading