Skip to content

Commit

Permalink
Release: 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2020-09-01)

### Breaking

* Renamed Throwable to ThrowableType to better reflect its purpose. ([3389b54](3389b54))

### Build

* Ensured TypeScript is actually transpiled during the publish job. ([6e8ccbb](6e8ccbb))

### Docs

* Fixed NPM badge in README. ([e3bfa1d](e3bfa1d))
  • Loading branch information
RogWilco-Bot committed Sep 1, 2020
1 parent 3389b54 commit 985f388
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.0.0](https://github.com/rogwilco/Try/compare/v1.0.0...v2.0.0) (2020-09-01)


### Breaking

* Renamed Throwable to ThrowableType to better reflect its purpose. ([3389b54](https://github.com/rogwilco/Try/commit/3389b549519c67680221e1c44aeaa64e1d70ba3e))

### Build

* Ensured TypeScript is actually transpiled during the publish job. ([6e8ccbb](https://github.com/rogwilco/Try/commit/6e8ccbb90be577b8459f87dd2c608dc67cfe097a))

### Docs

* Fixed NPM badge in README. ([e3bfa1d](https://github.com/rogwilco/Try/commit/e3bfa1d86777268b0c3f0ebe8f24fadcaccdd842))

# 1.0.0 (2020-09-01)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rogwilco/try",
"version": "1.0.0",
"version": "2.0.0",
"author": "Nick Williams <[email protected]>",
"license": "BSD-3-Clause",
"description": "A lightweight module that enables scoped catch blocks.",
Expand All @@ -25,7 +25,9 @@
"access": "public"
},
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc --project tsconfig-build.json",
"dist": "tsc --project tsconfig-dist.json",
Expand Down

0 comments on commit 985f388

Please sign in to comment.