Skip to content

Commit 5f962d8

Browse files
build: switch to CFA v2
1 parent 5b0a4a5 commit 5f962d8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"plugins": [
33
"@semantic-release/commit-analyzer",
44
"@semantic-release/release-notes-generator",
5-
"@continous-auth/semantic-release-npm",
5+
"@continuous-auth/semantic-release-npm",
66
"@semantic-release/github"
77
]
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"license": "MIT",
2323
"devDependencies": {
24-
"@continous-auth/semantic-release-npm": "1.0.3",
24+
"@continuous-auth/semantic-release-npm": "2.0.0",
2525
"@types/debug": "^4.1.4",
2626
"@types/fs-extra": "^5.0.5",
2727
"@types/lodash": "^4.14.123",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# yarn lockfile v1
33

44

5-
"@continous-auth/client@^1.0.3":
6-
version "1.0.3"
7-
resolved "https://registry.yarnpkg.com/@continous-auth/client/-/client-1.0.3.tgz#2fe9cc8a52823b08762ca0ba712ee4322a7b2d41"
8-
integrity sha512-qg/jkZwOndDmUfmXgyx5ITnSGYbLuc1eiOT+E3u04rCgczWXG7DDrLXdZBXLjkjPgM4MBfuk0Zb2EY3DI0oxQQ==
5+
"@continuous-auth/client@^1.1.0":
6+
version "1.2.3"
7+
resolved "https://registry.yarnpkg.com/@continuous-auth/client/-/client-1.2.3.tgz#2c99879c1e40b3cc3421286b355303b3fef49e48"
8+
integrity sha512-5Fgq6KOdTp9ZoMme/Xirk2GLEOgN5iOgFdVofA5eXgqcIG+JPz8lQceH7r6BBxkppvxwQfnIuEqKEtJqysQUog==
99
dependencies:
1010
axios "^0.18.0"
1111

12-
"@continous-auth/semantic-release-npm@1.0.3":
13-
version "1.0.3"
14-
resolved "https://registry.yarnpkg.com/@continous-auth/semantic-release-npm/-/semantic-release-npm-1.0.3.tgz#59b1274fc71efa23980b150fb1b5382ed5676d2e"
15-
integrity sha512-vtNuzL3X1Q49bE6kfBFdWshv2gymkjJ5V7QG9hMSvoc24iiiioaoXfAZmKQXWuZGjcAFIMPRvelxaz+Pcb00Yw==
12+
"@continuous-auth/semantic-release-npm@2.0.0":
13+
version "2.0.0"
14+
resolved "https://registry.yarnpkg.com/@continuous-auth/semantic-release-npm/-/semantic-release-npm-2.0.0.tgz#3813b9bdf6f4b86df2ea018ae10c8a518f8b6ae9"
15+
integrity sha512-NEFIgTcNZf3myZva8swBiNs71cQrEsXd+BJhExW3jIrxYVhSoQWxP0IYzEB7qC5CL1zJ7FtHeNiwwjI9a3beAA==
1616
dependencies:
17-
"@continous-auth/client" "^1.0.3"
17+
"@continuous-auth/client" "^1.1.0"
1818
"@semantic-release/error" "^2.2.0"
1919
aggregate-error "^2.0.0"
2020
execa "^1.0.0"

0 commit comments

Comments
 (0)