Skip to content

Commit 161011e

Browse files
committed
updated to 2.0.6 with typescript support.
1 parent fd753e0 commit 161011e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version (2.0.6)
2+
3+
- added type definition file for typescript usage of the library.
4+
5+
16
# Version (2.0.0) (Breaking Changes)
27

38
- fixed typo with tank circuit calculation objects, Henrys was spelled as Henries.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CircleCI](https://circleci.com/gh/markhatchell/JS-Electrical-Engineering-Equations.svg?style=svg)](https://circleci.com/gh/markhatchell/JS-Electrical-Engineering-Equations)
55

66

7-
This is an ES6/ES2015 library of Electrical Engineering Equations
7+
This is an ES6/ES2015 library of Electrical Engineering Equations. It works with Typescript, es6, and es5.
88

99
# Installation
1010

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-electrical-engineering-equations",
3-
"version": "2.0.5",
4-
"description": "This is an ES6/ES2015 library of Electrical Engineering Equations",
3+
"version": "2.0.6",
4+
"description": "This is an ES6/ES2015 library of Electrical Engineering Equations. It works with Typescript, es6, and es5.",
55
"main": "lib/index.js",
66
"scripts": {
77
"test": "jest --coverage",

0 commit comments

Comments
 (0)