@ethima/semantic-release-configuration 7.0.0-rc.2 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022-2023 Joris Kraak <me@joriskraak.nl>
1
+ Copyright (c) 2022-2024 Joris Kraak <me@joriskraak.nl>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
  this software and associated documentation files (the "Software"), to deal in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethima/semantic-release-configuration",
3
- "version": "7.0.0-rc.2",
3
+ "version": "8.0.0",
4
4
  "description": "A shareable semantic release configuration supporting a range of languages and platforms supported by the Ethima organization.",
5
5
  "main": "./src/index.js",
6
6
  "repository": {
@@ -25,14 +25,14 @@
25
25
  "@semantic-release/changelog": "6.0.3",
26
26
  "@semantic-release/git": "10.0.1",
27
27
  "@semantic-release/github": "9.2.6",
28
- "@semantic-release/gitlab": "13.0.0",
28
+ "@semantic-release/gitlab": "13.0.2",
29
29
  "conventional-changelog-conventionalcommits": "7.0.2",
30
- "cosmiconfig": "8.3.6",
30
+ "cosmiconfig": "9.0.0",
31
31
  "execa": "8.0.1",
32
32
  "semantic-release-replace-plugin": "1.2.7"
33
33
  },
34
34
  "devDependencies": {
35
- "ava": "6.0.1"
35
+ "ava": "6.1.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "semantic-release": ">= 22.0.7"