Skip to content

Commit 762cf65

Browse files
committed
chore(master): release 2.0.0
1 parent 61c0f76 commit 762cf65

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/wayofdev/docker-php-base/compare/v1.1.1...v2.0.0) (2022-11-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* updating codebase
9+
10+
### Features
11+
12+
* add self documented Makefile ([61c0f76](https://github.com/wayofdev/docker-php-base/commit/61c0f76cfe813a9ba106c1580ca9e1315770053d))
13+
* add weekly workflows ([61c0f76](https://github.com/wayofdev/docker-php-base/commit/61c0f76cfe813a9ba106c1580ca9e1315770053d))
14+
* updating codebase ([61c0f76](https://github.com/wayofdev/docker-php-base/commit/61c0f76cfe813a9ba106c1580ca9e1315770053d))
15+
16+
17+
### Bug Fixes
18+
19+
* use fixed alpine version instead of edge ([61c0f76](https://github.com/wayofdev/docker-php-base/commit/61c0f76cfe813a9ba106c1580ca9e1315770053d))

package.json

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

0 commit comments

Comments
 (0)