generated from eea/volto-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from eea/develop
Develop
- Loading branch information
Showing
4 changed files
with
20 additions
and
14 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,5 +1,19 @@ | ||
# Changelog | ||
### Changelog | ||
|
||
## 0.1.0 | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
- Initial release | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
### [0.1.1](https://github.com/eea/volto-chatbot/compare/0.1.0...0.1.1) - 1 August 2024 | ||
|
||
#### :hammer_and_wrench: Others | ||
|
||
- Update package.json [dobri1408 - [`f1600ca`](https://github.com/eea/volto-chatbot/commit/f1600caf6ce0658d11dec116fcb20deb369f66a1)] | ||
- Fix jest-addon.config.js [alin - [`779dd52`](https://github.com/eea/volto-chatbot/commit/779dd52b5705db6308399e8fbeec6cc2f61ffcbe)] | ||
- Fix Jenkinsfile and package.json [alin - [`6f53880`](https://github.com/eea/volto-chatbot/commit/6f5388048f0a47db10953fcf95e5154d3bc09d86)] | ||
### 0.1.0 - 1 August 2024 | ||
|
||
#### :hammer_and_wrench: Others | ||
|
||
- yarn bootstrap [alin - [`064d130`](https://github.com/eea/volto-chatbot/commit/064d130ad938a046a4f8dfaa3e78d2fe426c53aa)] | ||
- Initial commit [Tiberiu Ichim - [`c9e59d3`](https://github.com/eea/volto-chatbot/commit/c9e59d3d0d91c2a40c5d215aa26d8ed982fd7856)] |
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 |
---|---|---|
|
@@ -413,7 +413,3 @@ pipeline { | |
} | ||
} | ||
} | ||
|
||
} | ||
} | ||
|
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 |
---|---|---|
|
@@ -49,5 +49,3 @@ module.exports = { | |
], | ||
}), | ||
} | ||
}), | ||
} |
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