Skip to content

Commit 97ad502

Browse files
Merge pull request #71 from Web-Dev-Path/chore/release-1.0.0
Release 1.0.0
2 parents 48b2f8c + d10b4a2 commit 97ad502

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
6+
## 1.0.0
7+
8+
### Added
9+
10+
- components: Footer, Nav, Layout, and Meta
11+
- basic styling with Sass
12+
- pages (basic structure): homepage, blog, about-us, contact-us, 404
13+
- subscription functionality with MailChimp integration

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "learn-starter",
3-
"version": "0.1.0",
2+
"name": "web-dev-path",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)