Skip to content

Commit

Permalink
version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 29, 2020
1 parent 428ecbc commit 8e20ded
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 0.6.2
# 0.6.3

- **Bug Fix**
- don't set `target: es6` in `tsconfig.build-es6.json` (@gcanti)

# 0.6.2

- **Bug Fix**
- add `es6` folder to `files` (@gcanti)

# 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts-fluture",
"version": "0.6.2",
"version": "0.6.3",
"description": "fp-ts bindings for Fluture",
"files": [
"lib",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.build-es6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"outDir": "./es6",
"target": "es6",
"module": "es6"
}
}

0 comments on commit 8e20ded

Please sign in to comment.