Skip to content

Commit dd2adad

Browse files
Merge pull request #120 from wayofdev/release-please--branches--master--components--laravel-cycle-orm-adapter
chore(master): release 2.0.0
2 parents 81440d7 + f373912 commit dd2adad

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/wayofdev/laravel-cycle-orm-adapter/compare/v1.0.0...v2.0.0) (2023-05-03)
4+
5+
6+
### Features
7+
8+
* initial commit ([2705dd7](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/2705dd703622f495d7aa63836d54684467200833))
9+
10+
11+
### Bug Fixes
12+
13+
* phpstan errors, refactoring ([#119](https://github.com/wayofdev/laravel-cycle-orm-adapter/issues/119)) ([81440d7](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/81440d7ceeb8e6955722087b3cfb84e6d7c0f3ae))
14+
15+
16+
### Miscellaneous
17+
18+
* **master:** release 1.0.0 ([a7faaac](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/a7faaac3b72b55ea6ab394174e54ca0dd9e79548))
19+
* release 2.0.0 ([aa9b721](https://github.com/wayofdev/laravel-cycle-orm-adapter/commit/aa9b721e82977f6c7282e989b710deac22843a59))
20+
321
## 1.0.0 (2023-05-02)
422

523

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "2.0.0",
33
"repository": {
44
"url": "https://github.com/wayofdev/laravel-cycle-orm-adapter.git"
55
}

0 commit comments

Comments
 (0)