From 9f2827fc0e9461ef0b80f687d198068d0de22091 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 17 May 2021 21:11:16 +0200 Subject: [PATCH] chore(release): 1.3.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b09b2..175bd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.3.5](https://github.com/nuxt/telemetry/compare/v1.3.4...v1.3.5) (2021-05-17) + ### [1.3.4](https://github.com/nuxt/telemetry/compare/v1.3.3...v1.3.4) (2021-05-17) diff --git a/package.json b/package.json index 4b3eb64..d56a077 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/telemetry", - "version": "1.3.4", + "version": "1.3.5", "repository": "nuxt/telemetry", "license": "MIT", "main": "dist/index.js",