Commits on Source (3)
-
Zandor Smith authored249c65a1
-
c4e19690
-
semantic-release-bot authored
## [1.1.3](v1.1.2...v1.1.3) (2022-10-26) ### Bug Fixes * Fix TypeScript types. ([249c65a1](249c65a1))
60652cea
{ | ||
"name": "@zandor300/react-meta-tags", | ||
"description": "Handle document meta/head tags in isomorphic react with ease.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "lib/index.js", | ||
"author": "Zandor Smith", | ||
"license": "MIT", | ||
... | ... | @@ -48,6 +48,8 @@ |
"@semantic-release/github": "^8.0.6", | ||
"@semantic-release/gitlab": "^9.4.2", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@types/react": "^18.0.23", | ||
"@types/react-dom": "^18.0.7", | ||
"babel-eslint": "^9.0.0", | ||
"babel-loader": "^8.0.2", | ||
"babel-plugin-add-module-exports": "^1.0.0", | ||
... | ... |