Skip to content

Commit

Permalink
chore: release main (#369)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>eslint-config: 3.0.0</summary>

##
[3.0.0](eslint-config-v2.2.1...eslint-config-v3.0.0)
(2025-01-22)


### ⚠ BREAKING CHANGES

* **eslint:** harden no-default-export rule
([#370](#370))

### Features

* **eslint:** Harden no-default-export rule
([#370](#370))
([c932a73](c932a73))


### Dependencies

* Bump eslint-plugin-jsdoc from 50.6.1 to 50.6.2
([#367](#367))
([f71aa17](f71aa17))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: actions-bot <[email protected]>
  • Loading branch information
dirkdev98 and actions-bot authored Jan 22, 2025
1 parent c932a73 commit dc814eb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [3.0.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.2.1...eslint-config-v3.0.0) (2025-01-22)

### ⚠ BREAKING CHANGES

- **eslint:** harden no-default-export rule
([#370](https://github.com/lightbasenl/platforms/issues/370))

### Features

- **eslint:** Harden no-default-export rule
([#370](https://github.com/lightbasenl/platforms/issues/370))
([c932a73](https://github.com/lightbasenl/platforms/commit/c932a73ef6a6eb8063385f8fdcfd743443ad7739))

### Dependencies

- Bump eslint-plugin-jsdoc from 50.6.1 to 50.6.2
([#367](https://github.com/lightbasenl/platforms/issues/367))
([f71aa17](https://github.com/lightbasenl/platforms/commit/f71aa17a579d63d6d695fc6d9323ae810890e7f0))

## [2.2.1](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.2.0...eslint-config-v2.2.1) (2025-01-17)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightbase/eslint-config",
"version": "2.2.1",
"version": "3.0.0",
"description": "ESLint based linting and formatting configuration",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/eslint-config": "2.2.1",
"packages/eslint-config": "3.0.0",
"packages/pull-through-cache": "0.2.2",
"packages/utils": "1.0.2"
}

0 comments on commit dc814eb

Please sign in to comment.