From d93b6a17393d31534842d6aa27b92cfce6ee3c54 Mon Sep 17 00:00:00 2001 From: Sacha STAFYNIAK Date: Thu, 2 May 2024 17:41:05 +0200 Subject: [PATCH] chore(release): 3.1.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71cf60..78b7330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [3.1.6](https://github.com/shuriken-ui/nuxt/compare/v3.1.5...v3.1.6) (2024-05-02) + + +### 🩹 Bug Fixes + +* replace crypto in useNinjaId ([96e8d5b](https://github.com/shuriken-ui/nuxt/commit/96e8d5bfe11f7c8a66e74463761b39d56c7bee36)), closes [#120](https://github.com/shuriken-ui/nuxt/issues/120) + ### [3.1.5](https://github.com/shuriken-ui/nuxt/compare/v3.1.4...v3.1.5) (2024-04-11) diff --git a/package.json b/package.json index 46070f3..2d0c26d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shuriken-ui/nuxt", - "version": "3.1.5", + "version": "3.1.6", "license": "MIT", "author": "Css Ninja (https://cssninja.io)", "repository": "shuriken-ui/nuxt",