Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAPUNK committed Jul 29, 2020
1 parent 45938fb commit 6d102ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
`master`
===

No changes yet.

--------------------------------------------------------------------------------

`1.0.0`
===

## Breaking changes

- Minimum supported Node.js version is now `10`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gtin",
"version": "0.3.0",
"version": "1.0.0",
"description": "GTIN (UPC, EAN, ITF, etc.) utilities.",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"test": "standardx src/**/*.ts && tsc --noEmit && jest --collectCoverage",
"prepublish": "tsc"
"prepare": "tsc"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 6d102ae

Please sign in to comment.