diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:57:17 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 13:09:29 +0200 |
| commit | 4f2e66ae5b08d612a1045893d6c500560a8ed0f6 (patch) | |
| tree | df49501f4105da860b63fe8a2bc1e58d1c5beaa4 /CHANGELOG.md | |
| parent | 3a748b9aa723939e28e0cbf96e53d0c001a5effe (diff) | |
| download | gohugo-theme-ed-4f2e66ae5b08d612a1045893d6c500560a8ed0f6.tar.gz | |
Update change log
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d904d..015c21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,26 @@ 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/) +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.6.0...HEAD) +### Added + +- Added support of E2E tests on CI/CD stage using Playwright + +### Changed + +- Updated dev dependencies to test and build project +- Updated contributing documentation +- Used latest LTS Node.js version in CI/CD pipeline +- Renamed master branch to main + +### Security + +- Updated security policy by providing new address to report vulnerabilities + ## [v0.6.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.5.0...v0.6.0) ### Added |
