Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
- Extend `files` in npm package to include XDR type definitions.
  • Loading branch information
abuiles committed May 4, 2020
1 parent 54637a3 commit 53a99be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## Unreleased

## [v3.0.2](https://github.com/stellar/js-stellar-base/compare/v3.0.1..v3.0.2)

### Fix
- Extend `files` in npm package to include XDR type definitions.

## [v3.0.1](https://github.com/stellar/js-stellar-base/compare/v3.0.0..v3.0.1)

### Add
- Add TypeScript definitions for auto-generated XDR code ((#342)[https://github.com/stellar/js-stellar-base/pull/342]).
- Add TypeScript definitions for auto-generated XDR code ([#342](https://github.com/stellar/js-stellar-base/pull/342)).

## [v3.0.0](https://github.com/stellar/js-stellar-base/compare/v2.1.9..v3.0.0)

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stellar-base",
"version": "3.0.1",
"version": "3.0.2",
"description": "Low level stellar support library",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
Expand All @@ -18,7 +18,8 @@
"files": [
"/lib",
"/dist",
"/types/index.d.ts"
"/types/index.d.ts",
"/types/xdr.d.ts"
],
"husky": {
"hooks": {
Expand Down

0 comments on commit 53a99be

Please sign in to comment.