From 8f64a000fa630d6f7a6fd19611ab78bdd2cd40ea Mon Sep 17 00:00:00 2001 From: Tiago Schenkel Date: Thu, 24 Oct 2019 23:58:35 +0200 Subject: [PATCH] update package to version 1.0.1 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda92ea..14d7351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,10 @@ Types of changes: - in case of vulnerabilities. --> +## RobotlegsJS-Pixi-Palidor 1.0.0 + +### [v1.0.1](https://github.com/RobotlegsJS/RobotlegsJS-Pixi-Palidor/releases/tag/1.0.1) - 2019-10-25 + #### Changed - Update `@robotlegsjs/pixi` to version `1.0.1` (see #102). @@ -53,8 +57,6 @@ Types of changes: - Update dev dependencies to latest version. -## RobotlegsJS-Pixi-Palidor 1.0.0 - ### [v1.0.0](https://github.com/RobotlegsJS/RobotlegsJS-Pixi-Palidor/releases/tag/1.0.0) - 2018-11-25 #### Changed diff --git a/package.json b/package.json index f319a3d..404a199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@robotlegsjs/pixi-palidor", - "version": "1.0.0", + "version": "1.0.1", "description": "A RobotlegsJS View Manager Extension for PixiJS", "main": "lib/index.js", "typings": "lib/index.d.ts",