chore: release v0.2.1
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 14m23s

This commit is contained in:
2025-09-20 13:39:13 +05:00
parent e5298aa323
commit c041c2e7d7
3 changed files with 7 additions and 3 deletions

View File

@@ -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
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "sarlink-portal",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"private": true,
"scripts": {