Skip to content

Commit 752f5d5

Browse files
committed
chore(release): Release version 0.0.2 of the npm package
1 parent 88da069 commit 752f5d5

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!-- markdownlint-disable MD013 -->
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
## 0.0.2 (2024-12-05)
7+
8+
### Features
9+
10+
* First implementation ([df7e7e1](https://github.com/CommunitySolidServer/policy-engine/commit/df7e7e11f5fe0b02e522cf78f59db4e59269c92f))
11+
12+
### Fixes
13+
14+
* Use correct ACL permissions for creating resources ([4023a2a](https://github.com/CommunitySolidServer/policy-engine/commit/4023a2a63a56593f9e9dffc8433f408249d2dd96))
15+
* Export all interfaces and classes ([ba97295](https://github.com/CommunitySolidServer/policy-engine/commit/ba972952e2265ec9b31300feca7e704ca07238c3))
16+
17+
### Chores
18+
19+
* Use spe instead of sae for components.js prefix ([88da069](https://github.com/CommunitySolidServer/policy-engine/commit/88da069591261917ffb284f6511430bd581ff417))
20+
* Initial commit ([1a1eb12](https://github.com/CommunitySolidServer/policy-engine/commit/1a1eb128c3f970bc829b7ccd2072c443d0074ecc))
21+
22+
### Documentation
23+
24+
* Add npm version badge ([1ad5343](https://github.com/CommunitySolidServer/policy-engine/commit/1ad5343e2be017e228e904e0efa04a8cf856f60a))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solidlab/policy-engine",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MIT",
55
"repository": "[email protected]:CommunitySolidServer/policy-engine.git",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)