Compare commits

...

5 Commits

Author SHA1 Message Date
argoyle d8022f79d9 Merge pull request 'chore(release): prepare for 0.7.1' (#244) from next-release into main
Release / release (push) Successful in 46s
auth0mock / build (push) Successful in 1m5s
Reviewed-on: #244
2026-01-13 16:51:52 +00:00
releaser d70b97b415 chore(release): prepare for 0.7.1
auth0mock / build (pull_request) Successful in 1m3s
2026-01-13 16:35:49 +00:00
releaser c3b0c8d1a7 chore(release): prepare for 0.7.1 2026-01-13 16:35:44 +00:00
argoyle 7c650e7a65 Merge pull request 'fix: change CI tag pattern to match all tags' (#243) from fix/ci-tag-pattern into main
auth0mock / build (push) Successful in 2m21s
Release / release (push) Successful in 1m43s
Reviewed-on: #243
2026-01-13 16:32:57 +00:00
argoyle 17e661fb96 fix: change CI tag pattern to match all tags
auth0mock / build (pull_request) Successful in 1m15s
2026-01-13 17:20:50 +01:00
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: auth0mock
on:
push:
branches: [main]
tags: ['v*']
tags: ['*']
pull_request:
branches: [main]
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "0.7.0"
"version": "0.7.1"
}
+5
View File
@@ -1,3 +1,8 @@
## [0.7.1] - 2026-01-13
### 🐛 Bug Fixes
- Change CI tag pattern to match all tags
## [0.7.0] - 2026-01-13
### 🚀 Features