Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcl committed May 22, 2018
1 parent 08ee99c commit 25f2971
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
#### 5.1.0

* 22/05/18
* Amend *.mjs* exports.
* Remove extension from `main` field in *package.json*.

#### 5.0.3

* 23/10/17
Expand Down
2 changes: 1 addition & 1 deletion LICENCE
@@ -1,6 +1,6 @@
The MIT Licence (Expat).

Copyright (c) 2017 Michael Mclaughlin
Copyright (c) 2018 Michael Mclaughlin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion big.js
@@ -1,5 +1,5 @@
/*
* big.js v5.0.3
* big.js v5.1.0
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2017 Michael Mclaughlin <M8ch88l@gmail.com>
* https://github.com/MikeMcl/big.js/LICENCE
Expand Down
2 changes: 1 addition & 1 deletion big.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion big.mjs
@@ -1,5 +1,5 @@
/*
* big.js v5.0.3
* big.js v5.1.0
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
* Copyright (c) 2017 Michael Mclaughlin <M8ch88l@gmail.com>
* https://github.com/MikeMcl/big.js/LICENCE
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "big.js",
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
"version": "5.0.3",
"version": "5.1.0",
"keywords": [
"arbitrary",
"precision",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"scripts": {
"test": "node ./test/every-test.js",
"build": "uglifyjs big.js --source-map doc/big.js.map -c -m -o big.min.js --preamble \"/* big.js v5.0.3 https://github.com/MikeMcl/big.js/LICENCE */\""
"build": "uglifyjs big.js --source-map doc/big.js.map -c -m -o big.min.js --preamble \"/* big.js v5.1.0 https://github.com/MikeMcl/big.js/LICENCE */\""
},
"files": [
"big.js",
Expand Down

0 comments on commit 25f2971

Please sign in to comment.