Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.2...v4.0.0) (2021-08-18)

### Bug Fixes

* update to new cu api ([19be063](19be063))

### Features

* move to pnpm ([c19eef7](c19eef7))

### BREAKING CHANGES

* changes the cu api types to reflect current api.
  • Loading branch information
semantic-release-bot committed Aug 18, 2021
1 parent ed3c8ac commit 410aa9b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [4.0.0](https://github.com/kpfromer/cu-api/compare/v3.0.2...v4.0.0) (2021-08-18)


### Bug Fixes

* update to new cu api ([19be063](https://github.com/kpfromer/cu-api/commit/19be06397e670d698c3470a6649c230fa4e27077))


### Features

* move to pnpm ([c19eef7](https://github.com/kpfromer/cu-api/commit/c19eef7daad4c7f562745b81f95e5a7e284e5e01))


### BREAKING CHANGES

* changes the cu api types to reflect current api.

## [3.0.2](https://github.com/kpfromer/cu-api/compare/v3.0.1...v3.0.2) (2021-04-19)


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": "cu-api",
"version": "3.0.2",
"version": "4.0.0",
"description": "An api for CU Boulder students.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 410aa9b

Please sign in to comment.