Skip to content

Commit 1d6c494

Browse files
committed
update package to version 1.1.0
1 parent 17ed081 commit 1d6c494

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Types of changes:
4343
- in case of vulnerabilities.
4444
-->
4545

46+
## Signals 1.0.0
47+
48+
### [v1.1.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.1.0) - 2020-03-01
49+
4650
#### Added
4751

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

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

60+
- Update dev dependencies to latest version.
61+
5662
#### Security
5763

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

60-
## Signals 1.0.0
61-
6266
### [v1.0.3](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.3) - 2019-10-20
6367

6468
#### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robotlegsjs/signals",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "TypeScript port of AS3 Signals.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)