From 54887dacd86c51d3a0f4d76eeec760ad19ed8bc0 Mon Sep 17 00:00:00 2001 From: johnnyhuy Date: Sat, 19 Sep 2020 05:24:57 +0000 Subject: [PATCH] Publish - ggsmark@0.10.0 --- packages/ggsmark/CHANGELOG.md | 17 +++++++++++++++++ packages/ggsmark/package-lock.json | 2 +- packages/ggsmark/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/packages/ggsmark/CHANGELOG.md b/packages/ggsmark/CHANGELOG.md index 7418c94..020ab75 100644 --- a/packages/ggsmark/CHANGELOG.md +++ b/packages/ggsmark/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.9.0...ggsmark@0.10.0) (2020-09-19) + + +### Bug Fixes + +* removed unused package ([52a7562](https://github.com/johnnyhuy/ggsmark/commit/52a7562ac6cf671690d1c432cb9ff0ac7ea9e9c9)) +* Ruby fence test output ([a47eb75](https://github.com/johnnyhuy/ggsmark/commit/a47eb75a2e772fa3b6b2070f914931907c7774eb)) + + +### Features + +* added code highlighting ([9c836a5](https://github.com/johnnyhuy/ggsmark/commit/9c836a52f9fbbb2849ea2c27f2755e80d0787e0f)) + + + + + # [0.9.0](https://github.com/johnnyhuy/ggsmark/compare/ggsmark@0.8.11...ggsmark@0.9.0) (2020-09-15) diff --git a/packages/ggsmark/package-lock.json b/packages/ggsmark/package-lock.json index 811e9db..4297224 100644 --- a/packages/ggsmark/package-lock.json +++ b/packages/ggsmark/package-lock.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ggsmark/package.json b/packages/ggsmark/package.json index 3b654be..31a05c3 100644 --- a/packages/ggsmark/package.json +++ b/packages/ggsmark/package.json @@ -1,6 +1,6 @@ { "name": "ggsmark", - "version": "0.9.0", + "version": "0.10.0", "description": "Markdown extension for the Gentlemen's Gaming Society website.", "repository": "https://github.com/johnnyhuy/ggsmark.git", "author": "Johnny Huynh ",