Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Feb 19, 2022
1 parent 77f347f commit efc04d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/axis-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2022-02-19

### :zap: Added

- Support for sending authenticated HTTP GET request to a device using the function `get`
2 changes: 1 addition & 1 deletion packages/axis-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axis-core",
"version": "0.0.12",
"version": "1.0.0",
"description": "A Node.js library written in TypeScript containing shared behavior for the other packages, e.g. code handling communication and authentication with Axis Communication cameras.",
"keywords": [
"axis",
Expand Down

0 comments on commit efc04d0

Please sign in to comment.