Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Mar 16, 2022
1 parent f880695 commit 32b3211
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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.

## [1.1.0](https://github.com/hyper63/hyper-ci-bump/compare/v1.0.1...v1.1.0) (2022-03-16)


### Features

* allow passing 'semver' to make standard-version semver bump ([acce598](https://github.com/hyper63/hyper-ci-bump/commit/acce598cf11c362e505fe94a82e1e81a2180569f))


### Bug Fixes

* include node_modules and don't build into dist ([e3ecc69](https://github.com/hyper63/hyper-ci-bump/commit/e3ecc6908cebd6ecd3f6000b25cfb4a0be72d957))
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": "hyper-ci-bump",
"version": "1.0.1",
"version": "1.1.0",
"description": "Github Action to bump manifest files",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 32b3211

Please sign in to comment.