Skip to content

Commit 46c62d7

Browse files
committed
Merge tag '1.6.1' into develop
1.6.1
2 parents 31ffd14 + 9bbec4b commit 46c62d7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.6.1](https://github.com/allohamora/cli/compare/1.6.0...1.6.1) (2022-03-19)
6+
7+
### Features
8+
9+
- add dependabot description to README ([31ffd14](https://github.com/allohamora/cli/commit/31ffd146470cba8751127e54c16677e11ed9cc48))
10+
511
## [1.6.0](https://github.com/allohamora/cli/compare/1.5.2...1.6.0) (2022-03-19)
612

713
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@allohamora/cli",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "cli to initialize projects and more",
55
"input": "./src/index.ts",
66
"main": "./bin/cli.js",

0 commit comments

Comments
 (0)