Skip to content

Commit

Permalink
Fix version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
teaddict authored Jan 25, 2025
1 parent 19a51c6 commit c6f5859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ Test Online

## Changelog

### 1.0.5
- Fixed version number in package.json

### 1.0.3
- Fixed jest configuration

### 1.0.3
- Fixed browser compatibility issues with UMD bundle
- Added proper global exports for browser environments
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swiss-ssn",
"version": "1.0.2",
"version": "1.0.5",
"license": "GPL",
"description": "Small utility for validating and generating Swiss national identification number.",
"author": "teaddict",
Expand Down

0 comments on commit c6f5859

Please sign in to comment.