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: eik-lib/semantic-release-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: eik-lib/semantic-release-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 3, 2025

  1. Copy the full SHA
    7e7e4c0 View commit details
  2. Merge pull request #7 from eik-lib/renovate/major-semantic-release-mo…

    …norepo
    
    fix(deps): update dependency @semantic-release/github to v11
    trygve-lie authored Mar 3, 2025
    Copy the full SHA
    70cd492 View commit details
  3. chore(release): 1.0.2 [skip ci]

    ## [1.0.2](v1.0.1...v1.0.2) (2025-03-03)
    
    ### Bug Fixes
    
    * **deps:** update dependency @semantic-release/github to v11 ([7e7e4c0](7e7e4c0))
    semantic-release-bot committed Mar 3, 2025
    Copy the full SHA
    81c2491 View commit details
Showing with 9 additions and 2 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/eik-lib/semantic-release-config/compare/v1.0.1...v1.0.2) (2025-03-03)


### Bug Fixes

* **deps:** update dependency @semantic-release/github to v11 ([7e7e4c0](https://github.com/eik-lib/semantic-release-config/commit/7e7e4c0fcbde932809d2c98fa98ac4c8e1639292))

## [1.0.1](https://github.com/eik-lib/semantic-release-config/compare/v1.0.0...v1.0.1) (2025-03-03)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/semantic-release-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Shared semantic release config used in Eik modules",
"exports": {
".": {
@@ -42,7 +42,7 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.5",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3"
}