-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release notes cleanup and adding v2.0.2
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,24 @@ | ||
# Release Notes | ||
# Chatpickle Release Notes | ||
|
||
## v2.0.2 | ||
Github Workflows for CI/CD | ||
* Two new automation workflows: | ||
* Build and Test | ||
* Publish to NPM when release is created | ||
|
||
## v2.0.1 | ||
Minor changes to URLs that can also appear in npmjs.com | ||
* Cleanup elements that can be viewed from the npmjs chatpickle page | ||
|
||
## v2.0.0 | ||
* Initial public NPM release | ||
Initial public NPM release | ||
* To install use `npm install chatpickle --save-dev` | ||
|
||
## v1.1.0 | ||
More Examples | ||
* schedule-appintment-bot.feature example | ||
|
||
## v1.0.0 | ||
Pattern for Cucumber | ||
* The original conversational step examples for Cucumber | ||
* order-flowers-bot.feature example |