Skip to content

Commit

Permalink
Revert ":100: change to using calendar versions"
Browse files Browse the repository at this point in the history
This reverts commit 024990f.
  • Loading branch information
blakek committed Nov 8, 2021
1 parent 024990f commit 03a36c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ yarn add us-zips
npm install us-zips
```

:information_source: **NOTE:** Due to ZIP codes always changing, this package
uses calendar versioning (aka [CalVer][5]). This means each year will have a
separate "major" version from npm and Yarn's perspective.

## Acknowledgments

Data for ZIP codes and their geolocations was generated from [this file][1],
Expand All @@ -131,4 +127,3 @@ MIT
[2]: https://github.com/blakek/geo2zip
[3]: https://github.com/blakek/standardize-geolocation
[4]: https://www.census.gov/geographies/reference-files/time-series/geo/gazetteer-files.html
[5]: https://calver.org/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "us-zips",
"version": "2021.11.0",
"version": "5.1.0",
"description": "A list of US ZIP codes and their geolocations",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 03a36c4

Please sign in to comment.