Skip to content

Commit

Permalink
Merge pull request #16 from ctinnovation/release_3.0.0
Browse files Browse the repository at this point in the history
Release: [v3.0.0]
  • Loading branch information
Giovanni Bertoncelli authored Feb 22, 2024
2 parents 00429b8 + d2780ff commit 1679064
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,28 @@ All notable changes to this project will be documented in this file.
[![CHANGELOG
FORMAT](https://img.shields.io/badge/Format-keepachangelog-orange.svg)](https://keepachangelog.com/en/1.0.0/) [![VERSIONING](https://img.shields.io/badge/Versioning-semver-red.svg)](https://semver.org/spec/v2.0.0.html)

- [[2.0.0] - 2023-09-25](#100---2023-09-25)
- [[3.0.0] - 2024-02-22](#300---2024-02-22)
- [[2.0.0] - 2023-09-25](#200---2023-09-25)

## [3.0.0] - 2024-02-22


### Added

- Added test for complete test coverage ‧ [BAC-931]()
- Added GitHub Actions in order to standardize CI (added test flow and release flow) ‧ [BAC-931]()
- Improved documentation ‧ [BAC-931]()
- Added ESLINT standard code style ‧ [BAC-931]()
- Added `.changescriberc` to configure this tool execution within a specific project and without always passing arguments ‧ [BAC-931]()

### Changed

- [breaking] Renamed package from `changelogger` to `changescribe`[BAC-931]()
- Published package as `changescribe` to npmjs ‧ [BAC-931]()

### Removed

- [breaking] Removed `includeCommits` for wrong implementation: it should be reimplemented with tags checks in future ‧ [BAC-931]()
## [2.0.0] - 2023-09-25

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changescribe",
"version": "1.1.1",
"version": "3.0.0",
"description": "",
"main": "index.js",
"keywords": [
Expand Down
16 changes: 0 additions & 16 deletions unreleased/BAC-931.md

This file was deleted.

0 comments on commit 1679064

Please sign in to comment.