Skip to content

Commit 8665b48

Browse files
Merge pull request #105 from Web-Dev-Path/chore/release-1.1.0
Release 1.1.0
2 parents f870408 + 3f78a0c commit 8665b48

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212
- pages (basic structure): homepage, blog, about-us, contact-us, 404
1313
- subscription functionality with MailChimp integration
1414

15-
## Unreleased
15+
## 1.1.0
1616

1717
### Added
1818

@@ -39,3 +39,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3939
- normalized buttons' and links' styling
4040
- updated `package.json` commands for macOs
4141
- swipeable CardsColumns.js on mobile
42+
43+
## Unreleased
44+
45+
### Added
46+
47+
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-dev-path",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "yarn run open-browser-win && next dev -p 3010",

0 commit comments

Comments
 (0)