From 14ab24ad8e238ae420e14a1ff7cb33e6e39563da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20R=C3=B8svik?= Date: Fri, 7 Feb 2025 14:41:06 +0100 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456fba1..b32ff22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/AtB-AS/utils/compare/v1.0.1...v2.0.0) (2025-02-07) + + +### ⚠ BREAKING CHANGES + +* update naming of access utils and all types ([#4](https://github.com/AtB-AS/utils/issues/4)) + +### Code Refactoring + +* update naming of access utils and all types ([#4](https://github.com/AtB-AS/utils/issues/4)) ([0a11675](https://github.com/AtB-AS/utils/commit/0a11675f1a9c64334e050d657fc1ab5199d6fdae)) + ## [1.0.1](https://github.com/AtB-AS/utils/compare/v1.0.0...v1.0.1) (2025-02-05) diff --git a/package.json b/package.json index 32fd9f2..a38c6ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atb-as/utils", - "version": "1.0.1", + "version": "2.0.0", "description": "Shared utility methods and types for AtB products", "main": "lib/index.js", "module": "lib/index.js",