Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2023-06-25)

### Bug Fixes

* added credentials information to git commit ([9c8a090](9c8a090))
* added localize-ai user config for ci bot ([90a3ab8](90a3ab8))
* changed module resolving file ([9715b71](9715b71))
* fixed commit message ([c1844ba](c1844ba))
* fixed git diff command ([888c042](888c042))
* fixed git diff command to avoid throwing exception ([339e88b](339e88b))
* fixed push and pr commands ([e48d85d](e48d85d))
* package.json module program ([6d9c0c7](6d9c0c7))
* removed depraceted git-bot.ts ([f8e9672](f8e9672))
* removed depraceted git-bot.ts ([#15](#15)) ([37116a9](37116a9))
* resolved conflict ([ac9619f](ac9619f))

### Features

* added gitbot for ci ([a2ef18b](a2ef18b))
* ci-bot abstracted ([4888d69](4888d69))
* ci-bot abstracted ([#14](#14)) ([c18f10b](c18f10b))

### BREAKING CHANGES

* base interfaces are changed
  • Loading branch information
semantic-release-bot committed Jun 25, 2023
1 parent 01901c8 commit f41be34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "@celsus-ai/localize",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"description": "The LocalizeAI is an npm package that enables easy localization of your applications using OpenAI. It provides seamless integration with OpenAI's language models, allowing you to localize and adapt your applications to different languages and regions effortlessly",
"main": "dist/index.js",
"private": false,
Expand Down

0 comments on commit f41be34

Please sign in to comment.