diff --git a/README.md b/README.md index 6a64e67..35b1501 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,21 @@
-
-
+
+
+
+
-
+
+
+
+
-
+
@@ -245,3 +250,4 @@ Distributed under the MIT License. See [`LICENSE`](https://github.com/oslabs-bet
* Tooltips with [Tippy](https://www.npmjs.com/package/@tippy.js/react)
* [Best README Template](https://github.com/othneildrew/Best-README-Template)
* Sapling Logo from [Freepik](https://www.freepik.com/vectors/tree)
+* Readme badges from [shields.io](https://shields.io/)
diff --git a/sapling/CHANGELOG.md b/sapling/CHANGELOG.md
index 9a2022c..aa17de2 100644
--- a/sapling/CHANGELOG.md
+++ b/sapling/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to the "sapling" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
+## [1.1.0] - 2021-10-7
+
+### Added
+- Beta support for Next.js applications - 'page' files can be parsed to show component hierarchy when using create-next-app
+- Basic test case for Next.js compatibility included
+
## [1.0.0] - [Initial Release] - 2021-10-5
### Added
diff --git a/sapling/README.md b/sapling/README.md
index 26f2daf..4eaf63e 100644
--- a/sapling/README.md
+++ b/sapling/README.md
@@ -22,12 +22,17 @@