diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a3fe13d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## 1.0.0 + +### Added + +- components: Footer, Nav, Layout, and Meta +- basic styling with Sass +- pages (basic structure): homepage, blog, about-us, contact-us, 404 +- subscription functionality with MailChimp integration diff --git a/package-lock.json b/package-lock.json index 744a1410..055d50a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "learn-starter", - "version": "0.1.0", + "name": "web-dev-path", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "learn-starter", - "version": "0.1.0", + "name": "web-dev-path", + "version": "1.0.0", "dependencies": { "html-entities": "^2.3.2", "next": "^10.0.0", diff --git a/package.json b/package.json index 4bd13ab1..c19af05c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "learn-starter", - "version": "0.1.0", + "name": "web-dev-path", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev",