From f17814e198c298e64d4bb9013eacf45cab44a001 Mon Sep 17 00:00:00 2001 From: Arnaud Barisain-Monrose Date: Mon, 22 Feb 2021 10:08:25 +0100 Subject: [PATCH] all: release 1.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6eb3b48 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 1.0.0 + +Initial release \ No newline at end of file diff --git a/package.json b/package.json index e0c118f..3cd7486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@batch.com/in-app-webview-sdk", - "version": "1.0.0-beta.1", + "version": "1.0.0", "description": "Batch.com's In-App messaging webview SDK. It is meant to be used in webview formats, which is displayed using our mobile SDKs.", "repository": "git://github.com/BatchLabs/Batch-In-App-WebView-SDK.git", "main": "build/batch-webview-sdk.min.js",