Skip to content

Commit 8bf8a37

Browse files
committed
chore(release): 1.1.0
1 parent a87b8c1 commit 8bf8a37

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="1.1.0"></a>
6+
# [1.1.0](https://github.com/elboman/gatsby-remark-embedded-codesandbox/compare/1.0.0...1.1.0) (2018-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **npm:** remove .vscode from npm ([0b8db4c](https://github.com/elboman/gatsby-remark-embedded-codesandbox/commit/0b8db4c))
12+
13+
14+
### Features
15+
16+
* **options:** override embedding options via url query ([79c6235](https://github.com/elboman/gatsby-remark-embedded-codesandbox/commit/79c6235))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-remark-embedded-codesandbox",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Gatsby Remark plugin for embedding Codesandbox given a folder of files",
55
"main": "index.js",
66
"repository": "https://github.com/elboman/gatsby-remark-embedded-codesandbox",

0 commit comments

Comments
 (0)