From 3362b381941dc8e8131dc9f007c22f03519cbe99 Mon Sep 17 00:00:00 2001 From: pakkunbot Date: Wed, 4 Jan 2023 02:16:44 +0000 Subject: [PATCH] Release version 1.0.0 --- .github/workflows/publish-workflow.yaml | 2 +- CHANGELOG.md | 10 ++-------- package.json | 4 ++-- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-workflow.yaml b/.github/workflows/publish-workflow.yaml index 38d1977..ec117fb 100644 --- a/.github/workflows/publish-workflow.yaml +++ b/.github/workflows/publish-workflow.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: master + ref: 1.0.0 - uses: actions/setup-node@v2 with: node-version: '16' diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3e041..06447a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased - +## 1.0.0 - 2023-01-04 ### Changed - Change module type to ESM - Set min node engine to >= 16.0.0 @@ -16,26 +15,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace doc type from dox-foundation to jsdoc ## 0.1.3 - 2016-08-14 - ### Changed - Set min node engine to >= 4.0.0 -## 0.1.1 - 2015-2-14 - +## 0.1.1 - 2015-02-14 ### Added - Add colour-status logging ## 0.1.0 - 2015-03-02 - ### Changed - Upgrade nestor to 0.3.x ## 0.0.2 - 2014-10-15 - ### Added - Add custom colour-status map support ## 0.0.1 - 2014-09-24 - ### Changed - Initial version diff --git a/package.json b/package.json index 408d296..8c9e513 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "notifier", "ci" ], - "version": "0.1.3", + "version": "1.0.0", "homepage": "http://github.com/cliffano/nestor-buildlight", "author": "Cliffano Subagio cliffano@gmail.com (blog.cliffano.com)", "contributors": [ @@ -53,4 +53,4 @@ "url": "http://github.com/cliffano/nestor-buildlight/raw/master/LICENSE" } ] -} +} \ No newline at end of file