Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skambalin committed Feb 27, 2024
1 parent ff948dd commit 2728a7b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.3.0...v2.4.0) (2024-02-27)

### Features

- **cli:** Introduce DDC command line interface ([#234](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/234)) ([ff948dd](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/ff948ddb4a18f705829ecc09b917caab240a4fd5))

## [2.3.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.2.0...v2.3.0) (2024-02-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.3.0",
"version": "2.4.0",
"command": {
"publish": {
"directory": "{workspaceRoot}/{projectRoot}/package"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.4.0](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/compare/v2.3.0...v2.4.0) (2024-02-27)

### Features

- **cli:** Introduce DDC command line interface ([#234](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/issues/234)) ([ff948dd](https://github.com/Cerebellum-Network/cere-ddc-sdk-js/commit/ff948ddb4a18f705829ecc09b917caab240a4fd5))
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cere-ddc-sdk/cli",
"description": "DDC command line interface",
"version": "2.3.0",
"version": "2.4.0",
"repository": {
"type": "git",
"directory": "packages/cli",
Expand Down

0 comments on commit 2728a7b

Please sign in to comment.