Skip to content

Commit

Permalink
chore(package): bump to v2.1.0 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mierenga authored Aug 8, 2023
1 parent d86937a commit e10e1af
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2023-08-08

### Added

- `queryApplicationAnalytics()` method for getting stats about portal applications

## [2.0.0] - 2023-08-08

### Changed

- Version 2.0.0 of the SDK is identical to 1.0.0. Each subsequent SDK version number will match the version of Portal API that the SDK is built for.

## [1.0.0] - 2023-06-23

### Added

- Stable release of the SDK for Portal API v2 [reference doc](https://developer.konghq.com/spec/2aad2bcb-8d82-43b3-abdd-1d5e6e84dbd6/b4539157-4ced-4df5-affa-7d790baee356)
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": "@kong/sdk-portal-js",
"main": "dist/index.js",
"types": "./src/index.ts",
"version": "2.0.0",
"version": "2.1.0",
"private": false,
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit e10e1af

Please sign in to comment.