diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3a6875..26f8d44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.9.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.8.0...v1.9.0) (2022-08-16) + + +### Documentation + +* Adding Testing JavaScript link ([#40](https://github.com/open-sauced/docs.opensauced.pizza/issues/40)) ([3055bcb](https://github.com/open-sauced/docs.opensauced.pizza/commit/3055bcb6ddab0a16b3f49793187f6f3c6cf7ff0d)), closes [#37](https://github.com/open-sauced/docs.opensauced.pizza/issues/37) + ## [1.8.0](https://github.com/open-sauced/docs.opensauced.pizza/compare/v1.7.0...v1.8.0) (2021-12-04) diff --git a/LICENSE b/LICENSE index 7aceba17..524e5e5d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Open Sauced +Copyright (c) 2022 Open Sauced Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 62d4df54..4018027e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.8.0", + "version": "1.9.0", "hasInstallScript": true, "dependencies": { "@docusaurus/core": "2.0.0-beta.9", diff --git a/package.json b/package.json index 4f73ccf4..b99a56b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/docs.opensauced.pizza", - "version": "1.8.0", + "version": "1.9.0", "private": true, "engines": { "node": ">=14",