We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d46e2 commit 42793fbCopy full SHA for 42793fb
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
Any changes, including backwards incompatible changes will be listed here
4
5
+## 1.0.1 (12/02/2019)
6
+
7
+- Add runkit example
8
+- Rename github repo to `ideal-postcodes/postcode`
9
10
## 1.0.0 (12/02/2019)
11
12
- Test on node 8 and above only
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcode",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "UK Postcode helper methods",
"main": "index.js",
"dependencies": {},
0 commit comments