Skip to content

Commit 25f2971

Browse files
committed
v5.1.0
1 parent 08ee99c commit 25f2971

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 5.1.0
2+
3+
* 22/05/18
4+
* Amend *.mjs* exports.
5+
* Remove extension from `main` field in *package.json*.
6+
17
#### 5.0.3
28

39
* 23/10/17

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT Licence (Expat).
22

3-
Copyright (c) 2017 Michael Mclaughlin
3+
Copyright (c) 2018 Michael Mclaughlin
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

big.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* big.js v5.0.3
2+
* big.js v5.1.0
33
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
44
* Copyright (c) 2017 Michael Mclaughlin <[email protected]>
55
* https://github.com/MikeMcl/big.js/LICENCE

big.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

big.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* big.js v5.0.3
2+
* big.js v5.1.0
33
* A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic.
44
* Copyright (c) 2017 Michael Mclaughlin <[email protected]>
55
* https://github.com/MikeMcl/big.js/LICENCE

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "big.js",
33
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
4-
"version": "5.0.3",
4+
"version": "5.1.0",
55
"keywords": [
66
"arbitrary",
77
"precision",
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"scripts": {
3737
"test": "node ./test/every-test.js",
38-
"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 */\""
38+
"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 */\""
3939
},
4040
"files": [
4141
"big.js",

0 commit comments

Comments
 (0)