Skip to content

Commit

Permalink
update package to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Mar 1, 2020
1 parent 17ed081 commit 1d6c494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Types of changes:
- in case of vulnerabilities.
-->

## Signals 1.0.0

### [v1.1.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.1.0) - 2020-03-01

#### Added

- Add **Tidelift** as funding option (see #119).
Expand All @@ -53,12 +57,12 @@ Types of changes:

- Update `tslib` to version `1.11.1` (see #128).

- Update dev dependencies to latest version.

#### Security

- Migrate to [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to solve security vulnerability (see #126).

## Signals 1.0.0

### [v1.0.3](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.3) - 2019-10-20

#### Changed
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": "@robotlegsjs/signals",
"version": "1.0.3",
"version": "1.1.0",
"description": "TypeScript port of AS3 Signals.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 1d6c494

Please sign in to comment.