@smg-automotive/auth 9.3.1 → 9.3.2
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.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -310,4 +310,5 @@ pnpm add ../automotive-web/packages/auth-pkg
|
|
|
310
310
|
## Release a new version
|
|
311
311
|
|
|
312
312
|
New versions are released from the monorepo CI using semantic-release as soon as changes are merged into `main`.
|
|
313
|
+
|
|
313
314
|
Use the `auth` commit scope for changes that should release this package, for example `fix(auth): correct exported types`.
|