Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Jan 4, 2023
1 parent 455cc98 commit 3362b38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-workflow.yaml
Expand Up @@ -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'
Expand Down
10 changes: 2 additions & 8 deletions CHANGELOG.md
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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": [
Expand Down Expand Up @@ -53,4 +53,4 @@
"url": "http://github.com/cliffano/nestor-buildlight/raw/master/LICENSE"
}
]
}
}

0 comments on commit 3362b38

Please sign in to comment.