From ecd0103a6550bfcb90771c14833f526722adb9d1 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 1 Oct 2020 11:53:47 -0400 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..20abb55a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +## v1.0.0 (2020-10-01) + +#### :rocket: Enhancement +* [#4](https://github.com/ember-template-lint/ember-template-lint-pending-utils/pull/4) Differential update for single files ([@scalvert](https://github.com/scalvert)) +* [#3](https://github.com/ember-template-lint/ember-template-lint-pending-utils/pull/3) Remove old pending files when regenerating ([@scalvert](https://github.com/scalvert)) + +#### :house: Internal +* [#6](https://github.com/ember-template-lint/ember-template-lint-pending-utils/pull/6) Add prepare script to package.json scripts. ([@rwjblue](https://github.com/rwjblue)) +* [#2](https://github.com/ember-template-lint/ember-template-lint-pending-utils/pull/2) Adding github actions ([@scalvert](https://github.com/scalvert)) +* [#1](https://github.com/ember-template-lint/ember-template-lint-pending-utils/pull/1) Adding basic builder and io functionality ([@scalvert](https://github.com/scalvert)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + diff --git a/package.json b/package.json index ee5c487a..382b0db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ember-template-lint/pending-utils", - "version": "0.0.1", + "version": "1.0.0", "repository": "https://github.com/ember-template-lint/ember-template-lint-pending-utils.git", "license": "MIT", "author": "Steve Calvert ",