Skip to content

Commit

Permalink
Add release-it info and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Aug 22, 2022
1 parent 8091162 commit 27cbc66
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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]

### Updated

- Dependency updates
- Readme updates
- Improved Logging

### Changed
- Add pm2.config.js

### Fixed
- Wait for final message
- Set processing on click

## [1.0.1] - 2021-07-14

### Updated

- Dependency updates
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@
},
"engines": {
"node": "16.x"
},
"release-it": {
"github": {
"release": true
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
}
}
}
}

0 comments on commit 27cbc66

Please sign in to comment.