From 50882125924656cbe1aae90ed4e4fa6e5574f5b4 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Wed, 19 Feb 2020 15:44:35 -0300 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 3 +-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff4de8b..41f8c308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [0.12.0-alpha.0](https://github.com/typeskill/typeskill/compare/v0.11.0-alpha.0...v0.12.0-alpha.0) (2020-02-18) - +## [1.0.0](https://github.com/typeskill/typeskill/compare/v0.11.0-alpha.0...v1.0.0) (2020-02-19) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b43002bd..c837e244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@typeskill/typer", - "version": "0.12.0-alpha.3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67addc35..e069f9ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeskill/typer", - "version": "0.12.0-alpha.3", + "version": "1.0.0", "repository": "git@github.com:typeskill/typeskill.git", "description": "Operational-Transform Based (React) Native Rich Text Editor", "author": "Jules Randolph ",