From 80edd5df2e37765da158bc378c614aaf490e6528 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:10:05 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2ad14..6a5c20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). +## [1.1.0](https://github.com/CORSmirror/CORSmirror/compare/v1.0.0...v1.1.0) (2022-09-11) + + +### Features + +* **views:** add GitHub Corners and update highlight in layout.html ([392fffb](https://github.com/CORSmirror/CORSmirror/commit/392fffbcd35a56de32e594f978282e5df3a46c24)) + ## [1.0.0](https://github.com/CORSmirror/CORSmirror/compare/v0.0.5...v1.0.0) (2022-09-06) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index fe8bdf0..804ad80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corsmirror", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "corsmirror", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "content-type": "1.0.4", diff --git a/package.json b/package.json index 2968297..b23d060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corsmirror", - "version": "1.0.0", + "version": "1.1.0", "author": "Mark ", "main": "bin/www", "scripts": {