From 01b4b6998ffd3e8db29a1ecc1037128e9f01191d Mon Sep 17 00:00:00 2001 From: Eirik Backer Date: Fri, 27 Apr 2018 13:42:36 +0200 Subject: [PATCH] 1.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40e37a71..fb4a04cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nrk/core-components", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc5d260a..9f220319 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nrk/core-components", "homepage": "https://static.nrk.no/core-components/latest/", "author": "NRK (https://www.nrk.no/)", - "version": "1.1.2", + "version": "1.2.0", "license": "MIT", "scripts": { "build": "npm run build:code && npm run build:docs",