Skip to content

Commit

Permalink
Release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Oct 23, 2023
1 parent 01b0ee6 commit 6d0ab22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.12] - 2023-10-23

- make namespace the hostname

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@baselime/react-rum": "^0.1.11",
"@baselime/react-rum": "^0.1.12",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baselime/react-rum",
"version": "0.1.11",
"version": "0.1.12",
"description": "Optimise the real world performance of your react applications",
"main": "dist/index.js",
"type": "module",
Expand Down

1 comment on commit 6d0ab22

@vercel
Copy link

@vercel vercel bot commented on 6d0ab22 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-rum – ./example

react-rum-baselime.vercel.app
react-rum-git-main-baselime.vercel.app
react-rum-psi.vercel.app

Please sign in to comment.