Skip to content

Commit

Permalink
chore: release 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Jul 8, 2022
1 parent dd0708d commit 047e559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## [10.8.0](https://github.com/trystan2k/dotfiles/compare/v10.7.0...v10.8.0) (2022-07-08)

### Features

* **tools:** add Picsee and m-cli ([dd0708d](https://github.com/trystan2k/dotfiles/commit/dd0708d5936942b0bcd0ccb1e8b30d5d7e6806c5))

## [10.7.0](https://github.com/trystan2k/dotfiles/compare/v10.6.0...v10.7.0) (2022-06-13)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trystan2k/dotfiles",
"version": "10.7.0",
"version": "10.8.0",
"description": "My personal dotfiles",
"keywords": [
"dotfiles",
Expand All @@ -23,7 +23,7 @@
"lint:eslint": "eslint --ext json . --fix",
"lint:md": "markdownlint --fix -i node_modules .",
"push": "git push && git push --tags",
"release": "standard-version",
"release": "standard-version -a",
"release:as": "standard-version --release-as"
},
"husky": {
Expand Down

0 comments on commit 047e559

Please sign in to comment.