From 603036a3a72153410226c5371c729ec18267a1a7 Mon Sep 17 00:00:00 2001 From: Eirik Backer Date: Tue, 5 Sep 2017 15:58:40 +0200 Subject: [PATCH] Release major 2.0.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 3601a534..c1bf0e1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nrk/core-icons", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b08218e..aba48a10 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://static.nrk.no/core-icons/latest/", "description": "The official icons for NRK.", "author": "NRK (https://www.nrk.no/)", - "version": "1.2.0", + "version": "2.0.0", "license": "MIT", "scripts": { "build": "node bin/build",