Skip to content

Commit

Permalink
Merge branch 'main' into fix_artifact_token_update
Browse files Browse the repository at this point in the history
  • Loading branch information
xjacka authored Dec 16, 2024
2 parents bca004c + e00adc7 commit 9f4ed4c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.0.19](https://github.com/i-am-bee/bee-api/compare/v0.0.18...v0.0.19) (2024-12-16)

### Features

* **user:** update default assistant for new users ([#138](https://github.com/i-am-bee/bee-api/issues/138)) ([233c138](https://github.com/i-am-bee/bee-api/commit/233c138f3075803bffeb127c1956c2742ee98ea5))

## [0.0.18](https://github.com/i-am-bee/bee-api/compare/v0.0.17...v0.0.18) (2024-12-15)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-api",
"version": "0.0.18",
"version": "0.0.19",
"license": "Apache-2.0",
"author": "IBM Corp.",
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions src/utils/rate-limit.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/**
* Copyright 2024 IBM Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import { FastifyReply } from 'fastify';

import { dayjs, getLatestDailyFixedTime } from './datetime';
Expand Down

0 comments on commit 9f4ed4c

Please sign in to comment.