From 410aa9befe8b8589838aa6f11559b38dd7eec9e9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Aug 2021 21:56:11 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] # [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. --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dad0b9..ac50673 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 5a07090..a3a2a56 100755 --- a/package.json +++ b/package.json @@ -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",