wardens 0.5.1-rc.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.5.1] - 2023-08-12
10
+
9
11
  ### Fixed
10
12
 
11
13
  - Added support for parametrized resources in `ResourceHandle<T>`.
12
14
 
13
- ## [0.5.0]
15
+ ## [0.5.0] - 2023-08-12
14
16
 
15
17
  ### Changed
16
18
 
@@ -81,7 +83,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
81
83
  - `mount`/`unmount` hooks to provision resources
82
84
  - `allocate`/`deallocate` for creating hierarchies of resources
83
85
 
84
- [Unreleased]: https://github.com/PsychoLlama/wardens/compare/v0.5.0...HEAD
86
+ [Unreleased]: https://github.com/PsychoLlama/wardens/compare/v0.5.1...HEAD
87
+ [0.5.1]: https://github.com/PsychoLlama/wardens/compare/v0.5.0...v0.5.1
85
88
  [0.5.0]: https://github.com/PsychoLlama/wardens/compare/v0.4.1...v0.5.0
86
89
  [0.4.1]: https://github.com/PsychoLlama/wardens/compare/v0.4.0...v0.4.1
87
90
  [0.4.0]: https://github.com/PsychoLlama/wardens/compare/v0.3.0...v0.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wardens",
3
- "version": "0.5.1-rc.0",
3
+ "version": "0.5.1",
4
4
  "description": "A framework for resource management",
5
5
  "type": "module",
6
6
  "main": "./dist/wardens.cjs",