Skip to content

Commit 65fb4a4

Browse files
committed
Add changelog
1 parent 5f88ae6 commit 65fb4a4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
Any changes, including backwards incompatible changes will be listed here
4+
5+
## 1.0.0 (12/02/2019)
6+
7+
- Drop unused branches
8+
- Update dependencies
9+
- Add coverage testing
10+

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "postcode",
3-
"version": "0.2.5",
3+
"version": "1.0.0",
44
"description": "UK Postcode helper methods",
55
"main": "index.js",
6-
"directories": {
7-
"test": "tests"
8-
},
96
"dependencies": {},
107
"prettier": {},
118
"devDependencies": {

0 commit comments

Comments
 (0)