Skip to content

Commit 3772ca0

Browse files
committed
chore: release v0.3.0
1 parent d4428c1 commit 3772ca0

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

‎CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
3+
# [0.3.0](https://github.com/linkedin-developers/linkedin-api-js-client/compare/v0.2.2...v0.3.0) (2023-02-07)
4+
5+
### Changelog
6+
7+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
8+
9+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
10+
11+
#### [v0.3.0](https://github.com/linkedin-developers/linkedin-api-js-client/compare/v0.2.2...v0.3.0)
12+
13+
- refactor!: refactored rest.li client interfaces [`#13`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/13)
14+
15+
#### [v0.2.2](https://github.com/linkedin-developers/linkedin-api-js-client/compare/v0.2.1...v0.2.2)
16+
17+
> 3 February 2023
18+
19+
- chore: manual version bump to fix release error [`#12`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/12)
20+
- ci: added auto-changelog [`#11`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/11)
21+
- docs: updated README, fixed some errors [`#10`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/10)
22+
- ci: added release-it to automate versioning/publishing [`#9`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/9)
23+
- build: added commitlint to ensure standard commit message format [`#8`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/8)
24+
- ci: Added github actions to automate build/tests [`#7`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/7)
25+
26+
#### v0.2.1
27+
28+
> 9 January 2023
29+
30+
- Added repository information in package.json [`#6`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/6)
31+
- Provided more examples of CRUD requests, retry logic [`#5`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/5)
32+
- Member oauth redirect example [`#4`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/4)
33+
- Added examples directory and fixed parameter encoding for field projections [`#3`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/3)
34+
- Added debug logs to RestliClient, renamed package, fixed entry point [`#2`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/2)
35+
- Modify user-agent for client library usage tracking [`#1`](https://github.com/linkedin-developers/linkedin-api-js-client/pull/1)
36+
- Added jest testing framework with sample test [`372ca37`](https://github.com/linkedin-developers/linkedin-api-js-client/commit/372ca3704660145e29654cfa35cab7db0980c101)
37+
- Added typescript and wrote interfaces for client methods, converted from CommonJS to ES modules. Renamed library. [`a7430f2`](https://github.com/linkedin-developers/linkedin-api-js-client/commit/a7430f2299470797b0959464799a8895ef642e9f)
38+
- Added eslint configuration [`fe43780`](https://github.com/linkedin-developers/linkedin-api-js-client/commit/fe43780faa9bf38429c2b467fff873c49a64743e)

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkedin-api-client",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Official JavaScript client library for LinkedIn APIs",
55
"main": "dist/lib/index.js",
66
"types": "dist/lib/index.d.ts",

0 commit comments

Comments
 (0)