Skip to content

Commit

Permalink
Merge pull request #105 from Web-Dev-Path/chore/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
mariana-caldas authored Jun 8, 2022
2 parents f870408 + 3f78a0c commit 8665b48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- pages (basic structure): homepage, blog, about-us, contact-us, 404
- subscription functionality with MailChimp integration

## Unreleased
## 1.1.0

### Added

Expand All @@ -39,3 +39,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- normalized buttons' and links' styling
- updated `package.json` commands for macOs
- swipeable CardsColumns.js on mobile

## Unreleased

### Added

### Fixed
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-dev-path",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "yarn run open-browser-win && next dev -p 3010",
Expand Down

0 comments on commit 8665b48

Please sign in to comment.