# 2.3.0 - 2.3.1

Remove `profileId` from profile data.

# 2.2.2 - 2.2.4

Fix `withToken` to return new `ProfileClient` instance.

# 2.2.1

Remove unused constant.

# 2.2.0

- Replace `getMyProfile` with `getProfile`.
- Update getters to get profile by `userId`.

# 2.1.1

Fix `getOrCreateMyProfile` error handling.

# 2.1.0

Add `getOrCreateMyProfile` method.

# 2.0.1 - 2.0.2

Fix types import.

# 2.0.0

Add `useMock` config option.
Mock `getMyProfile`, `getProfile` and `createMyProfile` methods.

# 1.2.4

Add closure to the `accessToken` in the constructor.

# 1.2.3

Add `esModuleInterop` to `tsconfig.json`.

# 1.2.2

Add `ProfileClient` to module exports.

# 1.2.1

Export types. Add `baseUrl` to `ProfileClientModuleOptions`.

# 1.2.0

Add `registerAsync` method. With async module registration.

# 1.1.1

Remove `userId` from `createMyProfile` request data type.

# 1.1.0

Add `createMyProfile` method.

# 1.0.1

Remove `profile` prefix from `getMyProfile` and `getProfile` methods.

# 1.0.0

Implement `withToken` method.
Implement `getMyProfile` method.
Implement `getProfile` method.
