Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2022-07-12)

### Miscellaneous Chores

* exclude Main.class from test coverage check ([bf2d5ac](bf2d5ac))

### 🐛 Bug Fixes

* **format:** clean number before format ([60c3308](60c3308)), closes [#28](#28)

### 📝 Documentation

* add contributing guidelines ([f1679bc](f1679bc)), closes [#22](#22)
* clean gradle example ([d21b86d](d21b86d))
* exemple de code (mvn exec:java) ([ddbbc2c](ddbbc2c)), closes [#24](#24)
* fix mvn java exec command ([6769752](6769752))
  • Loading branch information
semantic-release-bot committed Jul 12, 2022
1 parent b1b3d80 commit 2823a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nc.opt</groupId>
<artifactId>phonenumber-validator</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>jar</packaging>
<description>SDK java permettant de valider, qualifier un numéro de téléphone calédonien.</description>
<inceptionYear>2022</inceptionYear>
Expand Down

0 comments on commit 2823a8b

Please sign in to comment.