Skip to content

Commit 96cdbac

Browse files
authored
Merge pull request #7 from wayofdev/release-please--branches--master--components--docker-nginx
2 parents cb1a74d + 1177366 commit 96cdbac

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/wayofdev/docker-nginx/compare/v1.0.2...v1.1.0) (2022-11-01)
4+
5+
6+
### Features
7+
8+
* pre-commit hooks ([11b3de1](https://github.com/wayofdev/docker-nginx/commit/11b3de1888c4cc7182a1c64c916773e668b2528a))
9+
* project cleanup ([11b3de1](https://github.com/wayofdev/docker-nginx/commit/11b3de1888c4cc7182a1c64c916773e668b2528a))
10+
* release-please action to auto release ([11b3de1](https://github.com/wayofdev/docker-nginx/commit/11b3de1888c4cc7182a1c64c916773e668b2528a))
11+
12+
13+
### Miscellaneous
14+
15+
* **deps:** bump actions/checkout from 2 to 3.1.0 ([d2e6d14](https://github.com/wayofdev/docker-nginx/commit/d2e6d14e095535d8d4812625d133d0aaea01b04b))
16+
* **deps:** bump docker/build-push-action from 2 to 3 ([5671117](https://github.com/wayofdev/docker-nginx/commit/56711177467b7d2f7a93918cdc1b4d607a619a96))
17+
* **deps:** bump docker/login-action from 1 to 2 ([89dba9e](https://github.com/wayofdev/docker-nginx/commit/89dba9e8404207877fb606e0218c2f51d9217868))
18+
* **deps:** bump docker/setup-buildx-action from 1 to 2 ([bcf8d80](https://github.com/wayofdev/docker-nginx/commit/bcf8d80649dd8bbea93c1a12ec8ab49d11b6413a))
19+
* **deps:** bump docker/setup-qemu-action from 1 to 2 ([4475819](https://github.com/wayofdev/docker-nginx/commit/44758197c15b45fd3312e63663457693420c831b))
20+
21+
22+
### Documentation
23+
24+
* adding readme ([11b3de1](https://github.com/wayofdev/docker-nginx/commit/11b3de1888c4cc7182a1c64c916773e668b2528a))
25+
* fixes in building images ([15033d7](https://github.com/wayofdev/docker-nginx/commit/15033d7391e9bded99ec4cb67f8dfb2b16b18be2))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.2",
2+
"version": "1.1.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/docker-nginx.git"
55
}

0 commit comments

Comments
 (0)