Skip to content

Commit

Permalink
added new release and readme build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark van der Steenhoven committed Oct 30, 2023
1 parent b9376f0 commit 6eb3333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dutch Cities Formatter

## Build status

[![Build and Test](https://github.com/markvandersteen/Dutch-Cities-Search/workflows/Build%20and%20Test/badge.svg)](https://github.com/markvandersteen/Dutch-Cities-Search/actions)

## Description

The `dutch-cities-formatter` is a lightweight JavaScript package that provides two essential functions for handling Dutch city names: `search` and `searchOne`. These functions allow you to search for Dutch city names, correct capitalization, expand abbreviations, and handle common misspellings.
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": "dutch-cities-formatter",
"version": "1.0.2",
"version": "1.0.3",
"description": "small util library to get dutch cities in a formatted way",
"author": "Mark van der Steenhoven",
"license": "MIT",
Expand Down

0 comments on commit 6eb3333

Please sign in to comment.