Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RokiiApp/extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 11, 2024
2 parents bde8618 + 6ec5052 commit 03e67ec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extensions/ip": "0.1.0",
"extensions/ip": "0.2.0",
"extensions/math": "0.2.1",
"extensions/test": "0.1.1",
"extensions/search": "1.0.4",
Expand Down
13 changes: 13 additions & 0 deletions extensions/ip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.2.0](https://github.com/RokiiApp/extensions/compare/ip-v0.1.0...ip-v0.2.0) (2024-03-11)


### Features

* add IP Extension ([47554b4](https://github.com/RokiiApp/extensions/commit/47554b4203072edf95e9dec983d3fab4ffdfec23))


### Bug Fixes

* force release ([0feab4d](https://github.com/RokiiApp/extensions/commit/0feab4d208b11eda46d2c2ba19d8a9afa375df38))
2 changes: 1 addition & 1 deletion extensions/ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rokii-plugins/ip",
"version": "0.1.0",
"version": "0.2.0",
"description": "Check your current IP address",
"main": "dist/index.js",
"author": "David Jiménez <[email protected]> (https://dubis.dev)",
Expand Down

0 comments on commit 03e67ec

Please sign in to comment.