Skip to content

Commit a97e173

Browse files
committed
chore(release): 0.1.0
1 parent d531b42 commit a97e173

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
# Change Log
1+
# Changelog
22

33
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.
44

5+
## [0.1.0](https://github.com/nuxt-community/emotion-module/compare/v0.0.1...v0.1.0) (2020-12-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* upgrade emotion to @emotion/css
11+
12+
### Features
13+
14+
* upgrade emotion to @emotion/css ([1b1c02a](https://github.com/nuxt-community/emotion-module/commit/1b1c02ab9289d011987648127c2d819e16399aee))
15+
516
<a name="0.0.1"></a>
617
## 0.0.1 (2019-02-09)
718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/emotion",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
55
"repository": "nuxt-community/emotion-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)