mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-10-04 21:35:26 +00:00
chore: release v0.2.1
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 14m23s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 14m23s
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## <small>0.2.1 (2025-09-20)</small>
|
||||
|
||||
* fix: add release script 🔧 ([e5298aa](https://github.com/i701/sarlink-portal/commit/e5298aa))
|
||||
|
||||
## 0.2.0 (2025-09-20)
|
||||
|
||||
* fix: add error message display for general errors in OTP verification form ([25404b6](https://github.com/i701/sarlink-portal/commit/25404b6))
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "sarlink-portal",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "sarlink-portal",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"dependencies": {
|
||||
"@commitlint/cli": "^19.8.1",
|
||||
"@commitlint/config-conventional": "^19.8.1",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sarlink-portal",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user