From 189923e75fc101b34968a1ecd3eadec9af28e360 Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Sat, 14 Oct 2023 19:56:09 +0300 Subject: [PATCH] chore(cli): release 3.1.0 --- packages/cli/CHANGELOG.md | 14 ++++++++++++++ packages/cli/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4e3f483d..e48644b9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [3.1.0](https://github-personal/ngneat/elf/compare/cli-3.0.1...cli-3.1.0) (2023-10-14) + + +### Bug Fixes + +* **requests-cache:** 🐞 remove redunant code ([94306fc](https://github-personal/ngneat/elf/commit/94306fc09c54f4208d6cad165bf7a8696fbf6062)) + + +### Features + +* **cli:** allow build repo class without constructor ([#493](https://github-personal/ngneat/elf/issues/493)) ([8f5f351](https://github-personal/ngneat/elf/commit/8f5f351a8797763337dbec7e6f971ad52e1923d3)) + + + ## [3.0.1](https://github.com/ngneat/elf/compare/cli-3.0.0...cli-3.0.1) (2022-07-20) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5d783a09..ba769a03 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@ngneat/elf-cli", "description": "A CLI for elf store", - "version": "3.0.1", + "version": "3.1.0", "author": "Netanel Basal @NetanelBasal", "publishConfig": { "access": "public"