Skip to content

Commit 09a3d49

Browse files
committed
Merge branch 'release/1.0.0'
2 parents 6f75546 + 96a2524 commit 09a3d49

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# NetlifyBuilder Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6-
7-
## 1.0.0 - 2022-01-12
3+
## 1.0.0 - 2022-01-18
84
### Added
95
- Initial release

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Rodrigo Passos
3+
Copyright (c) 2022 Dative, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
}
2323
],
2424
"require": {
25-
"craftcms/cms": "^3.0.0"
25+
"craftcms/cms": "^3.7.0"
2626
},
2727
"require-dev": {
28-
"craftcms/cms": "^3.2.0",
28+
"craftcms/cms": "^3.7.0",
2929
"codeception/codeception": "^3.0",
3030
"vlucas/phpdotenv": "^3.0"
3131
},

0 commit comments

Comments
 (0)