Skip to content

Commit

Permalink
Merge pull request #93 from BingusBoingus-Developer-Team/feat/92-prep…
Browse files Browse the repository at this point in the history
…are-rest-api

Feat/92 prepare rest api
  • Loading branch information
sanriodev authored May 6, 2024
2 parents 8c799f0 + 07d72d3 commit 686f0ca
Show file tree
Hide file tree
Showing 34 changed files with 3,638 additions and 2,210 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [1.7.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.6.0...v1.7.0) (2024-04-09)


### Features

* assets ([a05888d](https://github.com/Blvckleg/BingusBoingus/commit/a05888dc0ba2a40c00b029fec488ca5497c130eb))
* wake up task ([b4e01e9](https://github.com/Blvckleg/BingusBoingus/commit/b4e01e94bad212a6b698d5fd66ca437e43ba8240))

## [1.6.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.5.0...v1.6.0) (2024-04-08)


### Features

* **birthday-entry:** create or update birthday entries and set active/inactive ([5a9d247](https://github.com/Blvckleg/BingusBoingus/commit/5a9d247b98ecb37e69bde6eeef648e37d539d577))
* **cron:** cron service for tasks ([fb7f5c0](https://github.com/Blvckleg/BingusBoingus/commit/fb7f5c0960b4610f64922e4d1facf36153026a71))

## [1.5.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.4.0...v1.5.0) (2024-04-05)


### Features

* **slashcommands:** version command ([491d417](https://github.com/Blvckleg/BingusBoingus/commit/491d417de579ee7285339f20419353fb5edc7009))


### Bug Fixes

* template string ([49a716a](https://github.com/Blvckleg/BingusBoingus/commit/49a716a840b3283f9f558b5e2e574b8b170e977c))

## [1.4.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.3.0...v1.4.0) (2024-04-05)


### Features

* launch config for bun ([259d333](https://github.com/Blvckleg/BingusBoingus/commit/259d3339c4deebc38596ab22b2b1d945879ac122))

## [1.3.0](https://github.com/Blvckleg/BingusBoingus/compare/v1.2.0...v1.3.0) (2024-02-26)


Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";


export default [
{languageOptions: { globals: globals.browser }, rules: { "no-unused-vars": "error" },},
pluginJs.configs.recommended,
...tseslint.configs.recommended,
];
Loading

0 comments on commit 686f0ca

Please sign in to comment.