Skip to content

Commit

Permalink
Add changelog and bump to v1.1.0 (#10)
Browse files Browse the repository at this point in the history
* add CHANGELOG.md to document updates

* bump to v1.1.0
  • Loading branch information
laander committed Jan 12, 2023
1 parent 298871f commit a9374d4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,19 @@
# Changelog

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

## [1.1.0](https://github.com/bucketco/bucket-tracking-sdk/compare/v1.0.0...v1.1.0) - 2023-01-12

### Added

- Send feature feedback to Bucket (closed beta)

### Changed

- Improved typing for errors

## 1.0.0

### Added

- Initial release
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@bucketco/tracking-sdk",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit a9374d4

Please sign in to comment.