Skip to content

Commit

Permalink
chore(release): 5.0.0-alpha.4 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-alpha.4](v5.0.0-alpha.3...v5.0.0-alpha.4) (2023-11-12)

### Bug Fixes

* Fixed import path ([f4a28fe](f4a28fe))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent 3c3cef0 commit 9adf114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [5.0.0-alpha.4](https://github.com/BlueBaseJS/plugin-apollo/compare/v5.0.0-alpha.3...v5.0.0-alpha.4) (2023-11-12)

### Bug Fixes

- Fixed import path ([f4a28fe](https://github.com/BlueBaseJS/plugin-apollo/commit/f4a28fe1abf2e1e17df4b9adf1885e12afb4aca0))

# [5.0.0-alpha.3](https://github.com/BlueBaseJS/plugin-apollo/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2023-11-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bluebase/plugin-apollo",
"description": "🌍 A BlueBase Plugin that integrates Apollo GraphQL Client",
"author": "BlueEast Team <[email protected]>",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
export const VERSION = '5.0.0.alpha.3';
export const VERSION_NUMBER = 500000103;
export const VERSION = '5.0.0.alpha.4';
export const VERSION_NUMBER = 500000104;

0 comments on commit 9adf114

Please sign in to comment.