Skip to content

Commit

Permalink
chore(main): release could-could 3.0.0 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
freakyfelt authored May 24, 2024
1 parent 5f2cd7a commit 60e0e04
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.0"
".": "3.0.0"
}
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# [2.1.0](https://github.com/freakyfelt/could-could/compare/v2.0.0...v2.1.0) (2023-03-08)
# Changelog

## [3.0.0](https://github.com/freakyfelt/could-could/compare/could-could-v2.1.0...could-could-v3.0.0) (2024-05-24)


### ⚠ BREAKING CHANGES

* move to ESM; drop Node 16.x support ([#393](https://github.com/freakyfelt/could-could/issues/393))

### Features

* move to ESM; drop Node 16.x support ([#393](https://github.com/freakyfelt/could-could/issues/393)) ([b0556b4](https://github.com/freakyfelt/could-could/commit/b0556b456419272b221fc2f8acaaf6437d615d80))

## [2.1.0](https://github.com/freakyfelt/could-could/compare/v2.0.0...v2.1.0) (2023-03-08)


### Features

* trigger a ci workflow ([ca3ebb6](https://github.com/freakyfelt/could-could/commit/ca3ebb61f2f87afd4abed4fe8b32d2158cceaeb8))

# [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)
## [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)


### Bug Fixes
Expand All @@ -28,7 +41,7 @@

* the 2.x interface drops environments and resource types

# [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)
## [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)


### Bug Fixes
Expand All @@ -50,7 +63,7 @@

* the 2.x interface drops environments and resource types

# [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)
## [2.0.0](https://github.com/freakyfelt/could-could/compare/v1.0.0...v2.0.0) (2023-03-08)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freakyfelt/could-could",
"version": "2.1.0",
"version": "3.0.0",
"description": "An authorization library built on top of JsonLogic",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 60e0e04

Please sign in to comment.