Skip to content

Commit 233c197

Browse files
committed
"chore(release): 1.2.0"
1 parent b038338 commit 233c197

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.2.0](https://github.com/stephenkr/nuxt-feature-toggle/compare/v1.1.0...v1.2.0) (2020-11-03)
6+
7+
8+
### Features
9+
10+
* use publicRuntimeConfig for toggles configuration ([#21](https://github.com/stephenkr/nuxt-feature-toggle/issues/21)) ([d178f39](https://github.com/stephenkr/nuxt-feature-toggle/commit/d178f39f7b54dad0c6bcda31392f185453eef215))
11+
512
## [1.1.0](https://github.com/stephenkr/nuxt-feature-toggle/compare/v1.0.1...v1.1.0) (2020-04-27)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-feature-toggle",
33
"description": "Feature toggle module for Nuxt.js",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"main": "lib/module.js",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)