Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#17)
Browse files Browse the repository at this point in the history
* chore(main): release 1.1.0
---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oleksii Honchar <[email protected]>
  • Loading branch information
github-actions[bot] and oleksii-honchar authored Jul 27, 2024
1 parent 85979f8 commit b06d723
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/code-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Code Checks

on:
pull_request:
branches:
- main

jobs:
code-checks:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/oleksii-honchar/fastify-tmpl/compare/v1.0.0...v1.1.0) (2024-07-27)


### Features

* add docker build and push action ([#16](https://github.com/oleksii-honchar/fastify-tmpl/issues/16)) ([85979f8](https://github.com/oleksii-honchar/fastify-tmpl/commit/85979f841925f9251a8215dd6e337035d7bcd975))

## 1.0.0 (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-tmpl",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fastify API service template",
"homepage": "https://github.com/oleksii-honchar/fastify-tmpl/blob/main/README.md",
"bugs": {
Expand Down

0 comments on commit b06d723

Please sign in to comment.