Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Mar 16, 2020
1 parent 476682a commit 0e71e60
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "13.10"
- "13.11"
- "12.16"
- "10.16"
after_success:
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for JAUL

1.3.2
=====
* The data.replaceTags() now accepts an optional tag prefix (removed before replacing).

1.3.1
=====
* TypeScript types are now exported with the library.
Expand Down
78 changes: 31 additions & 47 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jaul",
"version": "1.3.1",
"version": "1.3.2",
"description": "Just another utilities library. But a good one.",
"keywords": [
"jaul",
Expand Down Expand Up @@ -34,7 +34,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@types/node": "^13.7.7",
"@types/node": "^13.9.1",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"express": "^4.17.1",
Expand All @@ -44,7 +44,7 @@
"mocha-lcov-reporter": "^1.3.0",
"socket.io-client": "^2.3.0",
"supertest": "^4.0.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.0",
"typescript": "^3.8.3"
},
"nyc": {
Expand Down

0 comments on commit 0e71e60

Please sign in to comment.