From 8878f6c47f4329c048e2f9ae08b1e98d1b1020cf Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Wed, 18 Dec 2024 15:21:44 -0800 Subject: [PATCH] Updating dependencies. --- CHANGELOG.md | 6 ++++++ Carbon.FileSystem/Carbon.FileSystem.psd1 | 2 +- Carbon.FileSystem/prism.lock.json | 2 +- prism.lock.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86f9e6..23cc09e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ # Carbon.FileSystem Changelog +## 1.1.2 + +Updating dependencies. + ## 1.1.1 +> Released 3 Dec 2024 + Reducing directory nesting of internal, private, nested modules. ## 1.1.0 diff --git a/Carbon.FileSystem/Carbon.FileSystem.psd1 b/Carbon.FileSystem/Carbon.FileSystem.psd1 index 43a65ec..41a2ec6 100644 --- a/Carbon.FileSystem/Carbon.FileSystem.psd1 +++ b/Carbon.FileSystem/Carbon.FileSystem.psd1 @@ -18,7 +18,7 @@ RootModule = 'Carbon.FileSystem.psm1' # Version number of this module. - ModuleVersion = '1.1.1' + ModuleVersion = '1.1.2' # ID used to uniquely identify this module GUID = '84e0a546-5791-4c7e-a05b-29d592029398' diff --git a/Carbon.FileSystem/prism.lock.json b/Carbon.FileSystem/prism.lock.json index 764126a..05cf8e3 100644 --- a/Carbon.FileSystem/prism.lock.json +++ b/Carbon.FileSystem/prism.lock.json @@ -2,7 +2,7 @@ "PSModules": [ { "name": "Carbon.Security", - "version": "1.0.3", + "version": "1.0.4", "repositorySourceLocation": "https://www.powershellgallery.com/api/v2" } ] diff --git a/prism.lock.json b/prism.lock.json index 588822b..62a22d5 100644 --- a/prism.lock.json +++ b/prism.lock.json @@ -7,7 +7,7 @@ }, { "name": "Carbon.Accounts", - "version": "2.0.2", + "version": "2.0.3", "repositorySourceLocation": "https://www.powershellgallery.com/api/v2" } ]