Skip to content

Commit c2f5c51

Browse files
timiagamatimiagama
andauthored
Maintenance release to optimise package.json keywords (#47)
Co-authored-by: timiagama <107476562+timi-agama@users.noreply.github.com>
1 parent a5dd53c commit c2f5c51

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to the Nigerian Mobile Validator will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.5] - 2025-05-01
8+
## [0.1.6] - 2025-05-05
9+
- Maintenance release to optimise our keywords for improved search relevance on npm
10+
11+
## [0.1.5] - 2025-05-03
912
- Maintenance release to bump v0.1.2 to v0.1.5 (package.json was incorrectly released as v0.1.2)
1013
- Previous release failed to publish due to workflow rules
1114

package.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nigerian-mobile-validator",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "The most rigorous, up-to-date library for validating Nigerian mobile numbers. Fully NCC-compliant, and security-focused, with enterprise-grade features to prevent the business risks of validation failures in regulated industries.",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
@@ -51,11 +51,34 @@
5151
},
5252
"keywords": [
5353
"nigeria",
54+
"nigerian",
5455
"mobile",
5556
"phone",
57+
"mobile-number",
58+
"mobile-number-validator",
59+
"validation",
5660
"validator",
5761
"ncc",
58-
"numbering-plan"
62+
"ncc-compliant",
63+
"numbering-plan",
64+
"mobile-phone",
65+
"phone-number",
66+
"nigerian-phone-number",
67+
"phone-number-validation",
68+
"compliance",
69+
"data-quality",
70+
"data-validation",
71+
"input-validation",
72+
"validation-library",
73+
"enterprise-grade",
74+
"regulatory-compliance",
75+
"typescript-library",
76+
"typescript",
77+
"phone-validation",
78+
"telco",
79+
"telecom",
80+
"identity-verification",
81+
"regtech"
5982
],
6083
"author": "Timi Agama",
6184
"license": "MIT",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sonar.projectKey=timiagama_nigerian-mobile-validator
33
sonar.organization=timiagama
44
sonar.projectName=nigerian-mobile-validator
5-
sonar.projectVersion=0.1.5
5+
sonar.projectVersion=0.1.6
66

77
# SonarCloud URL (do not change)
88
sonar.host.url=https://sonarcloud.io

0 commit comments

Comments
 (0)