Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
Update geoip-data every week automatically with github actions
  • Loading branch information
sapics committed Nov 16, 2019
1 parent 7bc0dff commit af5f260
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: automatic release
name: auto release
on:
push:
branches:
- test
tags:
- "!*"
schedule:
- cron: '43 2 * * Thu'
jobs:
release:
name: check version, add tag and release
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
geoip-country [![NPM version](https://badge.fury.io/js/geoip-country.svg)](https://badge.fury.io/js/geoip-country)
==================

Less memory usage version of [geoip-lite](https://github.com/bluesmoon/node-geoip). This supports only country lookup for less memory usage.
The original software of this repository is written by Philip Tellis <[email protected]>, and latest version is available at [geoip-lite](https://github.com/bluesmoon/node-geoip).

This repository includes [MaxMind](https://www.maxmind.com/) ipv4 country data and ipv6 country data.
Less memory usage version of [geoip-lite](https://github.com/bluesmoon/node-geoip) by limiting to country information.
This repository includes [MaxMind](https://www.maxmind.com/) ipv4 and ipv6 country data
and updates every week for using latest geoip database.

Synopsis
--------
Expand Down
Binary file modified data/geoip-country.dat
Binary file not shown.
Binary file modified data/geoip-country6.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geoip-country",
"version": "3.2.6",
"version": "3.3.0",
"description": "Less memory usage version of geoip-lite, by supporting only country lookup.",
"keywords": [
"geo",
Expand Down

0 comments on commit af5f260

Please sign in to comment.